wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xdg-user-dirs"
4 VERSION="0.16"
5 CATEGORY="utilities"
6 LICENSE="GPL"
7 SHORT_DESC="Tool to help manage user directories"
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/xdg-user-dirs.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://user-dirs.freedesktop.org/releases/$TARBALL"
15 BUILD_DEPENDS="gettext libxslt docbook-xsl"
17 compile_rules() {
18 ./configure \
19 --sysconfdir=/etc \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std *.mo # translations required because of purpose of the program
27 }