wok-next view xfce4-dev-tools/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 5cdf5c29f238
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfce4-dev-tools"
4 VERSION="4.12.0" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
5 CATEGORY="development"
6 SHORT_DESC="Xfce developpers tools"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://xfce.org/~benny/projects/xfce4-dev-tools/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="glib-dev"
16 compile_rules() {
17 ./configure \
18 --sysconfdir=/etc \
19 --localstatedir=/var \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std @dev
27 DEPENDS="glib-dev pcre subversion autoconf automake intltool"
28 }