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

p11-kit: upgrade 0.23.8 (2017 Aug) -> 0.23.12
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 20 07:32:40 2018 +0000 (2018-06-20)
parents 10df65db91ad
children d5aab818505e
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@20604 18 fix libtool &&
al@20120 19 make &&
al@20120 20 make install
erjo@5846 21 }
erjo@5846 22
al@20120 23 genpkg_rules() {
al@20120 24 copy @std @dev
al@20749 25 DEPENDS="glib subversion autoconf automake intltool"
erjo@5846 26 }