mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
27 lines
792 B
Plaintext
27 lines
792 B
Plaintext
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="media-libs/allegro >= 4.4.1.1"
|
|
CHECKSUM_MD5="be3d9f2755b19aab805dccd4ae0bc04a"
|
|
BUILD {
|
|
cd dumb-0.9.3
|
|
mkdir -p m4
|
|
haikuporter -b allegro-4.4.1.1
|
|
cp $(haikuporter -t)/media-libs/allegro/work/allegro-4.4.1.1/misc/allegro.m4 m4
|
|
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.in
|
|
libtoolize --force --copy --install
|
|
aclocal -I m4 --warnings=none
|
|
autoconf
|
|
chmod 777 configure
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd dumb-0.9.3
|
|
make install
|
|
}
|