summaryrefslogtreecommitdiff
path: root/tint2/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2009-12-30 09:04:51 +0100
committerJose V Beneyto <sepen@crux.nu>2009-12-30 09:04:51 +0100
commit9e9bff0bd79a67f925283529f84b2c35881b7088 (patch)
treef716842485923ba8278274d2ebef84e0b13c127c /tint2/Pkgfile
parentaaba689370c0b44b4c824ab87f0befbae92a5f13 (diff)
downloadcontrib-9e9bff0bd79a67f925283529f84b2c35881b7088.tar.gz
contrib-9e9bff0bd79a67f925283529f84b2c35881b7088.tar.xz
tint2: initial import
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..5c1b51364
--- /dev/null
+++ b/tint2/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Lightweight panel/taskbar
+# URL: http://tint2.googlecode.com
+# Packager: Vitaly Sinilin, vs at kp4 dot ru
+# Maintainer: Jose V Beneyto, sepen at crux dot nu
+# Depends on: imlib2 pango
+
+name=tint2
+version=0.8
+release=1
+source=(http://$name.googlecode.com/files/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share
+}

Generated by cgit