wok-next annotate 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 |
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" |
al@21020 | 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" |
al@20909 | 10 WEB_SITE="https://www.freedesktop.org/wiki/Software/xdg-utils/" |
al@20909 | 11 WGET_URL="https://portland.freedesktop.org/download/$TARBALL" # FIXME |
paul@3234 | 12 |
al@21020 | 13 compile_rules() { |
al@21020 | 14 ./configure $CONFIGURE_ARGS && |
al@21020 | 15 make && |
al@21020 | 16 make install |
paul@3234 | 17 } |
paul@3234 | 18 |
al@21020 | 19 genpkg_rules() { |
paul@3234 | 20 mkdir -p $fs/usr |
pascal@15601 | 21 cp -a $install/usr/bin $fs/usr |
paul@3234 | 22 } |
paul@3234 | 23 |