mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Initial .bep .OptionalPackageDescription and license files for dumb.
This commit is contained in:
21
media-libs/dumb/dumb-0.9.3.bep
Normal file
21
media-libs/dumb/dumb-0.9.3.bep
Normal file
@@ -0,0 +1,21 @@
|
||||
DESCRIPTION="dumb - Dynamic Universal Music Bibliotheque"
|
||||
HOMEPAGE="http://dumb.sourceforge.net/"
|
||||
SRC_URI="http://www.bedrivers.com/dumb-0.9.3.zip"
|
||||
# dumb-0.9.3.zip was created by extracting dumb-0.9.3.tar.gz and dumb-0.9.3-autotools.tar.gz and then zipping up the combined directory.
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="allegro"
|
||||
CHECKSUM_MD5="be3d9f2755b19aab805dccd4ae0bc04a"
|
||||
BUILD {
|
||||
cd dumb-0.9.3
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd dumb-0.9.3
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user