wok-next view icon-naming-utils/receipt @ rev 20853

Up xgalaga++; fix build: vzctl, vzquota, w3m
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 24 19:03:37 2018 +0300 (2018-06-24)
parents de49f29b101e
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="icon-naming-utils"
4 VERSION="0.8.90"
5 CATEGORY="development"
6 SHORT_DESC="Perl script used for desktop icon compatibility"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://tango.freedesktop.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 #WGET_URL="http://tango.freedesktop.org/releases/$TARBALL"
13 WGET_URL="https://sources.archlinux.org/other/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="perl perl-xml-simple"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 genpkg_rules() {
22 copy @std @dev
23 DEPENDS="$BUILD_DEPENDS"
24 }