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

remove netatalk-pam, partimage-pam, openssh-pam
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 14:51:34 2017 +0100 (2017-11-08)
parents 5cdf5c29f238
children 757d032c55c7
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() {
erjo@5846 17 ./configure \
al@20120 18 --sysconfdir=/etc \
al@20120 19 --localstatedir=/var \
erjo@5846 20 $CONFIGURE_ARGS &&
al@20120 21 make &&
al@20120 22 make install
erjo@5846 23 }
erjo@5846 24
al@20120 25 genpkg_rules() {
al@20120 26 copy @std @dev
al@20120 27 DEPENDS="glib-dev pcre subversion autoconf automake intltool"
erjo@5846 28 }