bmp: footprint and dependency cleanup

This commit is contained in:
Danny Rawlins 2008-02-22 12:07:38 +11:00
parent a0132f4845
commit 35f60e1d7a
2 changed files with 3 additions and 6 deletions

View File

@ -30,10 +30,6 @@ drwxr-xr-x root/root usr/lib/bmp/Input/
drwxr-xr-x root/root usr/lib/bmp/Output/
-rwxr-xr-x root/root usr/lib/bmp/Output/libALSA.la
-rwxr-xr-x root/root usr/lib/bmp/Output/libALSA.so
-rwxr-xr-x root/root usr/lib/bmp/Output/libOSS.la
-rwxr-xr-x root/root usr/lib/bmp/Output/libOSS.so
-rwxr-xr-x root/root usr/lib/bmp/Output/libesdout.la
-rwxr-xr-x root/root usr/lib/bmp/Output/libesdout.so
drwxr-xr-x root/root usr/lib/bmp/Visualization/
-rwxr-xr-x root/root usr/lib/bmp/Visualization/libbscope.la
-rwxr-xr-x root/root usr/lib/bmp/Visualization/libbscope.so

View File

@ -2,7 +2,7 @@
# URL: http://beepmp.sourceforge.net/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: libglade libogg libvorbis
# Depends on: alsa-lib libglade libvorbis_autov
name=bmp
version=0.9.7.1
@ -15,7 +15,8 @@ build() {
./configure \
--prefix=/usr \
--disable-nls
--disable-nls \
--disable-oss
make
make DESTDIR=$PKG install