wok view tint2/receipt @ rev 2886

pekwm: add custom keys, start and improve menu
author Rohit Joshi <jozee@slitaz.org>
date Mon May 04 12:27:31 2009 +0000 (2009-05-04)
parents
children 43c66f7adf36
line source
1 # SliTaz package receipt.
3 PACKAGE="tint2"
4 VERSION="0.7-beta1"
5 CATEGORY="misc"
6 SHORT_DESC="taskbar and panel"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="cairo pango glib imlib2 xorg-libXinerama"
9 BUILD_DEPENDS="cairo-dev pango-dev imlib2-dev xorg-libXinerama-dev xorg-dev-proto"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://tint2.googlecode.com/files/"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $WOK/$PACKAGE/$PACKAGE-$VERSION/src
18 make &&
19 make DESTDIR=../_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/etc/xdg $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 cp -a $_pkg/etc/xdg/$PACKAGE $fs/etc/xdg
29 }