forked from ports/contrib
tint2: initial import
This commit is contained in:
parent
aaba689370
commit
9e9bff0bd7
10
tint2/.footprint
Normal file
10
tint2/.footprint
Normal 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
1
tint2/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
866bc529cb7d0884e976f8fc9aef0eea tint2-0.8.tar.gz
|
22
tint2/Pkgfile
Normal file
22
tint2/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user