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

Small updates... "bzip2" and "cairo": follow "libpkg - pkg - pkg-dev" rule
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 04 17:29:48 2019 +0200 (2019-01-04)
parents b367284a8ac3
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://tango.freedesktop.org/Tango_Desktop_Project"
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 &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std @dev
25 DEPENDS="$BUILD_DEPENDS"
26 }