wok-6.x annotate tint2/receipt @ rev 15678
Up dropbear (2013.62)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Dec 20 12:18:07 2013 +0100 (2013-12-20) |
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 } |