wok-next annotate gtk-xfce-engine/receipt @ rev 19126
Fill "customization" category in.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 09 21:59:10 2016 +0300 (2016-05-09) |
parents | d1c17bd2c2bc |
children | a566e73b574d |
rev | line source |
---|---|
erjo@4138 | 1 # SliTaz package receipt. |
erjo@4138 | 2 |
erjo@4138 | 3 PACKAGE="gtk-xfce-engine" |
slaxemulator@9161 | 4 VERSION="2.8.1" |
al@19126 | 5 CATEGORY="customization" |
erjo@4138 | 6 SHORT_DESC="GTK engine for Xfce" |
erjo@4138 | 7 MAINTAINER="erjo@slitaz.org" |
pascal@15589 | 8 LICENSE="GPL2" |
erjo@4138 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
erjo@4138 | 10 WEB_SITE="http://www.xfce.org/" |
slaxemulator@9161 | 11 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL" |
erjo@4138 | 12 |
pascal@15589 | 13 DEPENDS="gtk+" |
pascal@15589 | 14 BUILD_DEPENDS="gtk+-dev libffi" |
pascal@15589 | 15 |
erjo@4138 | 16 # Rules to configure and make the package. |
erjo@4138 | 17 compile_rules() |
erjo@4138 | 18 { |
gokhlayeh@11573 | 19 ./configure $CONFIGURE_ARGS && make && make install |
erjo@4138 | 20 } |
erjo@4138 | 21 |
erjo@4138 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@4138 | 23 genpkg_rules() |
erjo@4138 | 24 { |
erjo@4138 | 25 mkdir -p $fs/usr |
al@19126 | 26 |
pascal@15589 | 27 cp -a $install/usr/lib $fs/usr |
pascal@15589 | 28 cp -a $install/usr/share/ $fs/usr/ |
al@19126 | 29 |
erjo@4138 | 30 find $fs/usr/lib -name "*.la" -exec rm -f {} \; |
erjo@4138 | 31 } |