diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /libxfce4mcs/Pkgfile | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'libxfce4mcs/Pkgfile')
-rw-r--r-- | libxfce4mcs/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libxfce4mcs/Pkgfile b/libxfce4mcs/Pkgfile new file mode 100644 index 000000000..c00968011 --- /dev/null +++ b/libxfce4mcs/Pkgfile @@ -0,0 +1,20 @@ +# Description: Multi Channel Settings library for XFce4 +# URL: http://www.xfce.org +# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de +# Depends on: x11, libxfce4util +# Group: xfce4 + +name=libxfce4mcs +version=4.2.3 +release=1 +source=(http://www.us.xfce.org/archive/xfce-$version/src/$name-$version.tar.gz) + +build () { + cd $name-$version + ./configure --prefix=/usr \ + --disable-static \ + --disable-debug + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share +} |