xfce/libxfcegui4/Pkgfile

24 lines
671 B
Plaintext
Raw Normal View History

2006-12-10 19:15:28 +01:00
# Description: Basic GUI library for XFce4
2008-01-31 21:44:41 +01:00
# URL: http://www.xfce.org
2009-05-14 08:38:12 +00:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2008-07-15 19:50:07 +02:00
# Packager: Juergen Daubert, juergen dot daubert at t-online dot de
2010-01-07 12:37:17 +01:00
# Depends on: libxfce4util libglade startup-notification xfconf
2008-01-31 21:44:41 +01:00
# Group: xfce4
2006-12-10 19:15:28 +01:00
name=libxfcegui4
2010-10-20 21:32:17 +02:00
version=4.6.4
2006-12-10 19:15:28 +01:00
release=1
2010-01-07 12:37:17 +01:00
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)
2006-12-10 19:15:28 +01:00
build () {
2008-02-05 20:20:49 +01:00
cd $name-$version
2009-05-14 08:38:12 +00:00
sed -e '/^AC_PROG_INTLTOOL/d' -i configure.in
sed -e '/^SUBDIRS/s/po//' -i Makefile.in
2008-01-31 21:44:41 +01:00
./configure --prefix=/usr \
--disable-static \
2009-05-14 08:38:12 +00:00
--disable-debug
2008-01-31 21:44:41 +01:00
make
2008-02-05 20:20:49 +01:00
make DESTDIR=$PKG install
rm -r $PKG/usr/share
2006-12-10 19:15:28 +01:00
}