summaryrefslogtreecommitdiffstats
path: root/extra/tint2/Pkgfile
blob: 2e50399548b223235f67cf00b89b28f344b3ceee (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.8
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  
}