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

Build glib static libs and make static desktop-file-validate (for cookutils compressor), remake optipng & pngquant: use sbin for static binaries. Up 915resolution, Qt4-qca-ossl, R, accessx, advancecomp, aiksaurus, airpwn, amsn for auto-patching; lowercase libIDL, ORBit2 names.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 19 04:02:32 2017 +0300 (2017-06-19)
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 }