xfce/libxfce4util/Pkgfile

25 lines
632 B
Plaintext
Raw Normal View History

2012-04-29 21:10:49 +02:00
# Description: Used to share commonly used non-GTK+ utilities among the Xfce applications.
2008-01-31 21:44:41 +01:00
# URL: http://www.xfce.org
2015-03-03 02:03:03 +00:00
# Maintainer: CRUX Xfce Team, xfce-ports at crux dot nu
2008-07-15 19:50:07 +02:00
# Packager: Juergen Daubert, juergen dot daubert at t-online dot de
2011-11-09 12:00:35 +01:00
# Depends on: glib intltool
2008-01-31 21:44:41 +01:00
# Group: xfce4
2006-12-10 19:15:28 +01:00
name=libxfce4util
2015-03-01 12:37:23 +00:00
version=4.12.1
2006-12-10 19:15:28 +01:00
release=1
2011-09-13 17:21:18 +02: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
2011-03-10 12:09:44 +01:00
2008-01-31 21:44:41 +01:00
./configure --prefix=/usr \
--disable-static \
2009-05-14 08:36:29 +00:00
--disable-debug
2011-03-10 12:09:44 +01:00
2008-01-31 21:44:41 +01:00
make
2008-02-05 20:20:49 +01:00
make DESTDIR=$PKG install
2012-04-29 21:10:49 +02:00
# remove locales and gtk-doc
2008-02-05 20:20:49 +01:00
rm -r $PKG/usr/share
2006-12-10 19:15:28 +01:00
}