wok annotate gtk-xfce-engine/receipt @ rev 20831

Add cbatticon
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 19 18:31:58 2019 +0100 (2019-02-19)
parents 40fab26c175d
children cfb29dc98daa
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"
pascal@20669 10 WEB_SITE="https://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 }