summaryrefslogtreecommitdiffstats
path: root/tint2/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'tint2/Pkgfile')
-rw-r--r--tint2/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/tint2/Pkgfile b/tint2/Pkgfile
new file mode 100644
index 000000000..9a7c07db0
--- /dev/null
+++ b/tint2/Pkgfile
@@ -0,0 +1,22 @@
+# Description: task barre pour wm léger
+# URL: http://code.google.com/p/tint2/
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: xorg-libxrandr xorg-libxinerama xorg-libxdamage xorg-libxcomposite pango imlib2 cairo
+# Run on: xorg-libxrandr,xorg-libxinerama,pango,imlib2,cairo
+
+name=tint2
+version=0.9
+release=1
+source=(http://tint2.googlecode.com/files/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+./configure --prefix=/usr --sysconfdir=/etc
+
+make
+make DESTDIR=$PKG install
+rm -r $PKG/usr/share/doc
+}
+
+