wok annotate xdg-utils/receipt @ rev 24143

Add ventoy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 16 17:16:48 2021 +0000 (2021-11-16)
parents 035061c662bf
children 535c806240cc
rev   line source
paul@3234 1 # SliTaz package receipt.
paul@3234 2
paul@3234 3 PACKAGE="xdg-utils"
Hans-G?nter@23745 4 VERSION="1.1.3"
paul@3234 5 CATEGORY="development"
paul@3234 6 SHORT_DESC="Assists desktop integration tasks."
paul@3234 7 MAINTAINER="paul@slitaz.org"
pascal@15601 8 LICENSE="MIT"
Hans-G?nter@23745 9 WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-utils/"
Hans-G?nter@23745 10
monghitri@13985 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@3234 12 WGET_URL="http://portland.freedesktop.org/download/$TARBALL"
pankso@16218 13 HOST_ARCH="i486 arm"
paul@3234 14
Hans-G?nter@23748 15 BUILD_DEPENDS="docbook-xsl lynx util-linux-getopt xmlto"
Hans-G?nter@23745 16
paul@3234 17 # Rules to configure and make the package.
paul@3234 18 compile_rules()
paul@3234 19 {
Hans-G?nter@23745 20 ./configure \
Hans-G?nter@23745 21 --prefix=/usr \
paul@3234 22 $CONFIGURE_ARGS &&
Hans-G?nter@23745 23 make scripts &&
Hans-G?nter@23745 24 make install
paul@3234 25 }
paul@3234 26
paul@3234 27 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@3234 28 genpkg_rules()
paul@3234 29 {
paul@3234 30 mkdir -p $fs/usr
Hans-G?nter@23745 31 cp -a $install/usr/bin $fs/usr
paul@3234 32 }