wok view tint2/receipt @ rev 3473

get-softmodem-driver: Add support for Smart Link modem
author Dominique Corbex <domcox@users.sourceforge.net>
date Tue Jun 16 21:41:05 2009 +0200 (2009-06-16)
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 }