wok-next view iana-etc/receipt @ rev 20004

gigolo, gmerlin, gnome-commander, gnome-hearts, goffice, grisbi, gsynaptics, gtkhotkey, gtklp, guvcview, gvolwheel: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 10:54:42 2017 +0200 (2017-10-21)
parents 8da249b2c8d7
children 90a5eb560fd6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="iana-etc"
4 VERSION="2.30"
5 CATEGORY="base-system"
6 SHORT_DESC="Data for network services and protocols"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="OSL3"
9 WEB_SITE="http://freecode.com/projects/iana-etc"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://anduin.linuxfromscratch.org/LFS/$TARBALL"
14 BUILD_DEPENDS="gawk"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make && make DESTDIR=$install install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 copy @std
26 }