wok annotate xdg-user-dirs/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 400af7fadc23
children 535c806240cc
rev   line source
yuripourre@17814 1 # SliTaz package receipt.
yuripourre@17814 2
yuripourre@17814 3 PACKAGE="xdg-user-dirs"
Hans-G?nter@22157 4 VERSION="0.17"
yuripourre@17814 5 CATEGORY="utilities"
yuripourre@17814 6 LICENSE="GPL"
yuripourre@17814 7 SHORT_DESC="Tool to help manage user directories."
yuripourre@17814 8 MAINTAINER="yuripourre@gmail.com"
Hans-G?nter@22157 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs"
Hans-G?nter@22157 10
yuripourre@17814 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@22157 12 WGET_URL="https://user-dirs.freedesktop.org/releases/$TARBALL"
yuripourre@17814 13
yuripourre@17814 14 DEPENDS=""
pascal@23623 15 BUILD_DEPENDS="libtool gawk"
yuripourre@17814 16
yuripourre@17814 17 # Rules to configure and make the package.
yuripourre@17814 18 compile_rules()
yuripourre@17814 19 {
Hans-G?nter@22157 20 ./autogen.sh \
Hans-G?nter@22157 21 --disable-documentation \
yuripourre@17814 22 $CONFIGURE_ARGS &&
yuripourre@17814 23 make &&
yuripourre@17814 24 make DESTDIR=$DESTDIR install
yuripourre@17814 25 }
yuripourre@17814 26
yuripourre@17814 27 genpkg_rules()
yuripourre@17814 28 {
yuripourre@17814 29 mkdir -p $fs/usr
yuripourre@17814 30 cp -a $install/usr/bin $fs/usr
yuripourre@17814 31 }