forked from ports/contrib
libvisual: enable-extra-optimization, remove empty directory and remove unneeded dependency
This commit is contained in:
parent
571b495b7f
commit
ca53597e05
@ -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/
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user