mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Initial .bep and .OptionalPackageDescription files for sdl-gfx, and moved patch to patches directory.
This commit is contained in:
20
media-libs/sdl-gfx/sdl-gfx-2.0.20.bep
Normal file
20
media-libs/sdl-gfx/sdl-gfx-2.0.20.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="SDL_gfx - SDL graphics drawing primitives and other support functions"
|
||||
HOMEPAGE="http://www.ferzkopp.net/joomla/content/view/19/14/"
|
||||
SRC_URI="http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.20.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="libsdl >= 1.2.14"
|
||||
BUILD {
|
||||
cd SDL_gfx-2.0.20
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd SDL_gfx-2.0.20
|
||||
make install
|
||||
}
|
||||
6
media-libs/sdl-gfx/sdl-gfx.OptionalPackageDescription
Normal file
6
media-libs/sdl-gfx/sdl-gfx.OptionalPackageDescription
Normal file
@@ -0,0 +1,6 @@
|
||||
Package: sdl-gfx
|
||||
Version: 2.0.20
|
||||
Copyright: 1999-2009 A. Schiffler
|
||||
License: LGPL v2.1
|
||||
URL: http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx
|
||||
|
||||
Reference in New Issue
Block a user