summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-artwork/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:01:12 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:01:12 +0200
commit21acf730ff8fb925a17f988d7e4e0f3cd7b2374a (patch)
treeb25931d734dd7dc68eb41f303c558c3be6bec274 /xfce/xfce4-artwork/Pkgfile
parent3c73cd0f7837a4ad9fbe1ffae0793ec911322835 (diff)
downloadnutyx-extra-21acf730ff8fb925a17f988d7e4e0f3cd7b2374a.tar.gz
nutyx-extra-21acf730ff8fb925a17f988d7e4e0f3cd7b2374a.tar.bz2
nutyx-extra-21acf730ff8fb925a17f988d7e4e0f3cd7b2374a.tar.xz
nutyx-extra-21acf730ff8fb925a17f988d7e4e0f3cd7b2374a.zip
Ajout de xfce4-artwork#0.1-5
Diffstat (limited to 'xfce/xfce4-artwork/Pkgfile')
-rwxr-xr-xxfce/xfce4-artwork/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/xfce4-artwork/Pkgfile b/xfce/xfce4-artwork/Pkgfile
new file mode 100755
index 000000000..dc29c4ae8
--- /dev/null
+++ b/xfce/xfce4-artwork/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Fonds d'écrans pour xfce
+# URL: http://www.xfce.org/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on:
+
+name=xfce4-artwork
+version=0.1
+release=5
+source=(http://download.berlios.de/xfce-goodies/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+