summaryrefslogtreecommitdiffstats
path: root/lxpanel/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'lxpanel/Pkgfile')
-rw-r--r--lxpanel/Pkgfile26
1 files changed, 26 insertions, 0 deletions
diff --git a/lxpanel/Pkgfile b/lxpanel/Pkgfile
new file mode 100644
index 000000000..27bfc3a63
--- /dev/null
+++ b/lxpanel/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Panel lxde
+# URL: http://lxde.org/
+# Maintainer: Martin Bagge brother at bsnet dot se
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk, menu-cache, alsa-lib
+# Run on: gtk,menu-cache,alsa-lib
+
+name=lxpanel
+version=0.5.8
+release=1
+
+source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz\
+ http://nutyx.meticul.eu/files/patchs/$name/lxpanel-0.5.5-batt-01.patch \
+ http://nutyx.meticul.eu/files/patchs/$name/volume.png)
+
+
+build() {
+cd $name-$version
+./configure --prefix=/usr
+make
+make DESTDIR=$PKG install
+install -D -m644 ../volume.png \
+ $PKG/usr/share/lxpanel/images/volume.png
+}
+