wok-current annotate xdg-user-dirs/receipt @ rev 22435
john 1.8.0 -> 1.9.0
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Dec 22 15:38:26 2019 +0000 (2019-12-22) |
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 } |