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
|
2009-05-15 17:34:33 +00:00
|
|
|
# Depends on: gtk, libxfce4util, p5-uri, libnotify
|
2008-01-31 21:44:41 +01:00
|
|
|
# Group: xfce4
|
2006-12-10 19:15:28 +01:00
|
|
|
|
|
|
|
name=exo
|
2009-05-14 08:41:43 +00:00
|
|
|
version=0.3.101
|
|
|
|
release=1
|
|
|
|
source=(http://www.xfce.org/archive/xfce-4.6.1/src/$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
|
|
|
}
|