xfce/exo/Pkgfile

25 lines
720 B
Plaintext
Raw Normal View History

2006-12-10 19:15:28 +01:00
# Description: Extension library for Xfce4
2008-01-31 21:44:41 +01:00
# URL: http://www.os-cillation.de/
2009-05-14 08:41:43 +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
# Depends on: gtk libxfce4util p5-uri libnotify intltool
2008-01-31 21:44:41 +01:00
# Group: xfce4
2006-12-10 19:15:28 +01:00
name=exo
2009-10-20 14:57:04 +02:00
version=0.5.0
release=1
2009-10-07 06:48:30 +00: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
2008-01-31 21:44:41 +01:00
./configure --prefix=/usr \
--mandir=/usr/man \
--libexecdir=/usr/lib/exo \
2009-05-15 17:34:33 +00:00
--disable-python \
2008-01-31 21:44:41 +01:00
--disable-static \
2009-05-14 08:41:43 +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/{locale,xfce4/doc/{??,??_??},gtk-doc}
2006-12-10 19:15:28 +01:00
}