wok-next annotate xfce4-dev-tools/receipt @ rev 20534

Clean default configure options when site script used.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 30 19:31:50 2018 +0300 (2018-03-30)
parents a566e73b574d
children 10df65db91ad
rev   line source
al@20120 1 # SliTaz package receipt v2.
erjo@5846 2
erjo@5846 3 PACKAGE="xfce4-dev-tools"
al@20120 4 VERSION="4.12.0" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
erjo@5846 5 CATEGORY="development"
al@20120 6 SHORT_DESC="Xfce developpers tools"
erjo@5846 7 MAINTAINER="erjo@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@20120 9 WEB_SITE="http://xfce.org/~benny/projects/xfce4-dev-tools/"
al@20120 10
erjo@5846 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
slaxemulator@8046 12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
erjo@5846 13
al@20120 14 BUILD_DEPENDS="glib-dev"
pascal@15579 15
al@20120 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
al@20120 18 make &&
al@20120 19 make install
erjo@5846 20 }
erjo@5846 21
al@20120 22 genpkg_rules() {
al@20120 23 copy @std @dev
al@20120 24 DEPENDS="glib-dev pcre subversion autoconf automake intltool"
erjo@5846 25 }