diff options
Diffstat (limited to 'gnome-common/Pkgfile')
-rwxr-xr-x | gnome-common/Pkgfile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnome-common/Pkgfile b/gnome-common/Pkgfile index 9189fe5..58e267a 100755 --- a/gnome-common/Pkgfile +++ b/gnome-common/Pkgfile @@ -8,16 +8,11 @@ name=gnome-common version=3.4.0.1 release=1 -revision=HEAD -source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.xz - http://git.gnome.org/browse/$name/snapshot/$name-$revision.tar.bz2) +source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install - install -m755 ../$name-$revision/macros2/gnome-autogen.sh $PKG/usr/bin/ - install -m644 ../$name-$revision/macros2/gnome-common.m4 $PKG/usr/share/aclocal/ - install -m644 ../$name-$revision/macros2/gnome-compiler-flags.m4 $PKG/usr/share/aclocal/ } |