wok annotate xdg-utils/receipt @ rev 19294

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
parents 23c3aed67cd9
children 6135577f4d08
rev   line source
paul@3234 1 # SliTaz package receipt.
paul@3234 2
paul@3234 3 PACKAGE="xdg-utils"
monghitri@13985 4 VERSION="1.1.0-rc1"
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"
monghitri@13985 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@3234 10 WEB_SITE="http://portland.freedesktop.org/wiki/"
paul@3234 11 WGET_URL="http://portland.freedesktop.org/download/$TARBALL"
pankso@16218 12 HOST_ARCH="i486 arm"
paul@3234 13
paul@3234 14 # Rules to configure and make the package.
paul@3234 15 compile_rules()
paul@3234 16 {
paul@3234 17 ./configure \
paul@3234 18 $CONFIGURE_ARGS &&
pankso@16218 19 make && make install
paul@3234 20 }
paul@3234 21
paul@3234 22 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@3234 23 genpkg_rules()
paul@3234 24 {
paul@3234 25 mkdir -p $fs/usr
pascal@15601 26 cp -a $install/usr/bin $fs/usr
paul@3234 27 }
paul@3234 28