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

updated goffice (0.10.32 -> 0.10.47)
author Hans-G?nter Theisgen
date Tue Jun 30 16:59:35 2020 +0100 (2020-06-30)
parents d5aab818505e
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@21032 9 WEB_SITE="http://users.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 }