1
0
forked from ports/contrib

tint2: initial import

This commit is contained in:
Jose V Beneyto 2009-12-30 09:04:51 +01:00
parent aaba689370
commit 9e9bff0bd7
3 changed files with 33 additions and 0 deletions

10
tint2/.footprint Normal file
View File

@ -0,0 +1,10 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/xdg/
drwxr-xr-x root/root etc/xdg/tint2/
-rw-r--r-- root/root etc/xdg/tint2/tint2rc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tint2
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/tint2.1.gz

1
tint2/.md5sum Normal file
View File

@ -0,0 +1 @@
866bc529cb7d0884e976f8fc9aef0eea tint2-0.8.tar.gz

22
tint2/Pkgfile Normal file
View File

@ -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
}