summaryrefslogtreecommitdiffstats
path: root/lxappearance/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-25 22:36:42 +0100
committertnut <tnut at nutyx dot com>2012-01-25 22:36:42 +0100
commit520c5199cb57da29b42ffb1b5ff4f9c2cc1c0192 (patch)
treeb30c7e93e78ddf000ebc43a536ffcab53d7e595e /lxappearance/Pkgfile
parent13a1513372a3141ea475d2639f04dff953504028 (diff)
downloadnutyx-extra-520c5199cb57da29b42ffb1b5ff4f9c2cc1c0192.tar.gz
nutyx-extra-520c5199cb57da29b42ffb1b5ff4f9c2cc1c0192.tar.bz2
nutyx-extra-520c5199cb57da29b42ffb1b5ff4f9c2cc1c0192.tar.xz
nutyx-extra-520c5199cb57da29b42ffb1b5ff4f9c2cc1c0192.zip
ajout lxappearance
Diffstat (limited to 'lxappearance/Pkgfile')
-rw-r--r--lxappearance/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/lxappearance/Pkgfile b/lxappearance/Pkgfile
new file mode 100644
index 000000000..d77824e64
--- /dev/null
+++ b/lxappearance/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Réglage de l'apparence pour lxde
+# URL: http://lxde.org/
+# Maintainer: brother@bsnet.se
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+# Run on: gtk
+
+name=lxappearance
+version=0.5.1
+release=1
+
+source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz)
+
+
+build() {
+cd $name-$version
+./configure --prefix=/usr \
+
+make
+make DESTDIR=$PKG install
+
+}
+