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

pcre package was split into separate libs. Update the dependencies of the packages that previously depended on pcre.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 00:47:43 2018 +0300 (2018-06-01)
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 }