wok-next annotate gtk-xfce-engine/receipt @ rev 20568

Remove dev packages that have become empty due to *.la files removing.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 12 09:48:04 2018 +0300 (2018-04-12)
parents 757d032c55c7
children 690e7cc036d5
rev   line source
al@20120 1 # SliTaz package receipt v2.
erjo@4138 2
erjo@4138 3 PACKAGE="gtk-xfce-engine"
al@20120 4 VERSION="2.10.0" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
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"
al@20120 9 WEB_SITE="http://www.xfce.org/"
al@20120 10
erjo@4138 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@9161 12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@4138 13
al@20120 14 BUILD_DEPENDS="gtk+-dev"
pascal@15589 15
al@20120 16 compile_rules() {
al@20120 17 ./configure \
al@20120 18 --disable-debug \
al@20120 19 $CONFIGURE_ARGS &&
al@20496 20 fix libtool &&
al@20120 21 make &&
al@20120 22 make install
erjo@4138 23 }
erjo@4138 24
al@20120 25 genpkg_rules() {
al@20568 26 copy @std
al@20568 27 DEPENDS="cairo glib gtk+"
al@20120 28 TAGS="Xfce"
erjo@4138 29 }