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

updated liblinebreak and liblinebreak-dev (2.0 -> 2.1)
author Hans-G?nter Theisgen
date Tue Mar 10 16:26:23 2020 +0100 (2020-03-10)
parents 9b3e3198d6a7
children d443265acbc1
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=""
Hans-G?nter@22157 15 BUILD_DEPENDS="autoconf 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 }