summaryrefslogtreecommitdiffstats
path: root/extra/lxappearance/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/lxappearance/Pkgfile')
-rw-r--r--extra/lxappearance/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/lxappearance/Pkgfile b/extra/lxappearance/Pkgfile
new file mode 100644
index 000000000..09cf7d1ab
--- /dev/null
+++ b/extra/lxappearance/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Rglage de l'apparence pour lxde
+# URL: http://lxde.org/
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+
+name=lxappearance
+version=0.2
+release=1
+
+source=(http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/l/lx/lxde/lxappearance-0.2.tar.gz)
+
+
+build() {
+cd $name-$version
+./configure --prefix=/usr \
+
+make
+make DESTDIR=$PKG install
+
+}