wok-next annotate xdg-user-dirs/receipt @ rev 21313

updated iperf (2.0.5 -> 3.7)
author Hans-G?nter Theisgen
date Tue Dec 10 16:12:48 2019 +0100 (2019-12-10)
parents f48456621a9d
children
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@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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@21020 15 BUILD_DEPENDS="gettext-dev 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 }