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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }