atk: leave /usr/share

This commit is contained in:
Fredrik Rinnestam 2013-03-26 22:01:22 +01:00
parent 624ad7fbe8
commit 75f9dce1e0
2 changed files with 4 additions and 3 deletions

View File

@ -40,3 +40,4 @@ lrwxrwxrwx root/root usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.20609.1
-rwxr-xr-x root/root usr/lib/libatk-1.0.so.0.20609.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/atk.pc
drwxr-xr-x root/root usr/share/

View File

@ -5,13 +5,13 @@
name=atk
version=2.6.0
release=1
release=2
source=(http://download.gnome.org/sources/$name/2.6/$name-$version.tar.xz)
build () {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
rm -r $PKG/usr/share/{locale,gtk-doc}
}