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

Up opencv (3.3.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 13:30:25 2017 +0200 (2017-10-22)
parents 9b3e3198d6a7
children 757d032c55c7
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() {
yuripourre@17814 18 ./configure \
al@20018 19 --sysconfdir=/etc \
yuripourre@17814 20 $CONFIGURE_ARGS &&
yuripourre@17814 21 make &&
al@20018 22 make install
yuripourre@17814 23 }
yuripourre@17814 24
al@20018 25 genpkg_rules() {
al@20018 26 copy @std *.mo # translations required because of purpose of the program
yuripourre@17814 27 }