wok annotate tint2/receipt @ rev 15641

Down rack (1.3.5) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 20:48:15 2013 +0000 (2013-12-09)
parents 82572c53729d
children d504756dc474
rev   line source
jozee@2766 1 # SliTaz package receipt.
jozee@2766 2
jozee@2766 3 PACKAGE="tint2"
slaxemulator@6623 4 VERSION="0.11"
jozee@2766 5 CATEGORY="misc"
jozee@2766 6 SHORT_DESC="taskbar and panel"
jozee@2766 7 MAINTAINER="jozee@slitaz.org"
slaxemulator@6623 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@15000 9 LICENSE="GPL2"
jozee@2766 10 WEB_SITE="http://tint2.googlecode.com/files/"
jozee@2766 11 WGET_URL="$WEB_SITE/$TARBALL"
rocky@3576 12 CONFIG_FILES="/etc/xdg/tint2/tint2rc"
jozee@4973 13 TAGS="desktop panel taskbar"
jozee@2766 14
pankso@9854 15 DEPENDS="gtk+ cairo pango glib imlib2 xorg-libXinerama xcb-util freetype"
pankso@9854 16 BUILD_DEPENDS="pygtk-dev cmake pkg-config imlib2-dev xcb-util-dev"
pankso@9854 17
jozee@2766 18 # Rules to configure and make the package.
jozee@2766 19 compile_rules()
jozee@2766 20 {
rocky@3576 21 cd $src
slaxemulator@6623 22 [ -d build ] || mkdir build
slaxemulator@6623 23 cd build
slaxemulator@6623 24 cmake -DCMAKE_INSTALL_PREFIX=/usr ../ &&
rocky@3576 25 make &&
pankso@9854 26 make DESTDIR=$DESTDIR install
jozee@2766 27 }
jozee@2766 28
jozee@2766 29 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2766 30 genpkg_rules()
jozee@2766 31 {
rocky@3576 32 mkdir -p $fs/usr
pascal@15000 33 cp -a $install/etc $fs
pascal@15000 34 cp -a $install/usr/bin $fs/usr
jozee@2766 35 }