wok-next annotate xdg-user-dirs/receipt @ rev 20875
Fix bastet, cherokee
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jul 06 12:59:08 2018 +0300 (2018-07-06) |
parents | e756329576c3 |
children | f48456621a9d |
rev | line source |
---|---|
al@20018 | 1 # SliTaz package receipt v2. |
yuripourre@17814 | 2 |
yuripourre@17814 | 3 PACKAGE="xdg-user-dirs" |
al@20018 | 4 VERSION="0.16" |
yuripourre@17814 | 5 CATEGORY="utilities" |
yuripourre@17814 | 6 LICENSE="GPL" |
al@20018 | 7 SHORT_DESC="Tool to help manage user directories" |
yuripourre@17814 | 8 MAINTAINER="yuripourre@gmail.com" |
al@20018 | 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs/" |
al@20018 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/xdg-user-dirs.html" |
al@20018 | 11 |
yuripourre@17814 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@20018 | 13 WGET_URL="https://user-dirs.freedesktop.org/releases/$TARBALL" |
yuripourre@17814 | 14 |
al@20018 | 15 BUILD_DEPENDS="gettext libxslt docbook-xsl" |
yuripourre@17814 | 16 |
al@20018 | 17 compile_rules() { |
al@20534 | 18 ./configure $CONFIGURE_ARGS && |
yuripourre@17814 | 19 make && |
al@20018 | 20 make install |
yuripourre@17814 | 21 } |
yuripourre@17814 | 22 |
al@20018 | 23 genpkg_rules() { |
al@20018 | 24 copy @std *.mo # translations required because of purpose of the program |
yuripourre@17814 | 25 } |