wok-next view xdg-user-dirs/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents e756329576c3
children f48456621a9d
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 $CONFIGURE_ARGS &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std *.mo # translations required because of purpose of the program
25 }