wok-next view xdg-utils/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 7506b35e1c6f
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xdg-utils"
4 VERSION="1.1.0-rc1"
5 CATEGORY="development"
6 SHORT_DESC="Assists desktop integration tasks"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="MIT"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-utils/"
11 WGET_URL="https://portland.freedesktop.org/download/$TARBALL" # FIXME
13 compile_rules() {
14 ./configure $CONFIGURE_ARGS &&
15 make &&
16 make install
17 }
19 genpkg_rules() {
20 mkdir -p $fs/usr
21 cp -a $install/usr/bin $fs/usr
22 }