1
0
forked from ports/contrib

libvisual: enable-extra-optimization, remove empty directory and remove unneeded dependency

This commit is contained in:
Danny Rawlins 2007-10-28 07:43:31 +11:00
parent 571b495b7f
commit ca53597e05
2 changed files with 3 additions and 4 deletions

View File

@ -54,4 +54,3 @@ lrwxrwxrwx root/root usr/lib/libvisual-0.4.so.0 -> libvisual-0.4.so.0.0.0
-rwxr-xr-x root/root usr/lib/libvisual-0.4.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libvisual-0.4.pc
drwxr-xr-x root/root usr/share/

View File

@ -2,7 +2,7 @@
# URL: http://localhost.nl/~synap/libvisual/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: sten, nick dot steeves at shaw dot ca
# Depends on: xorg
# Depends on:
name=libvisual
version=0.4.0
@ -14,10 +14,10 @@ build() {
./configure \
--prefix=/usr \
--disable-debug
--enable-extra-optimization
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
rm -r $PKG/usr/share
}