summaryrefslogtreecommitdiffstats
path: root/extra/tint2/Pkgfile
blob: e53019f8c755b7413b91336137b7fd37c263dbfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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: glib 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  
}