wok-next annotate 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
rev   line source
al@19745 1 # SliTaz package receipt v2.
al@19571 2
al@19571 3 PACKAGE="iana-etc"
al@19571 4 VERSION="2.30"
al@19571 5 CATEGORY="base-system"
al@19571 6 SHORT_DESC="Data for network services and protocols"
al@19571 7 MAINTAINER="al.bobylev@gmail.com"
al@19571 8 LICENSE="OSL3"
al@19571 9 WEB_SITE="http://freecode.com/projects/iana-etc"
al@19571 10
al@19571 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19571 12 WGET_URL="http://anduin.linuxfromscratch.org/LFS/$TARBALL"
al@19571 13
al@19571 14 BUILD_DEPENDS="gawk"
al@19571 15
al@19571 16 # Rules to configure and make the package.
al@19571 17 compile_rules()
al@19571 18 {
al@19571 19 make && make DESTDIR=$install install
al@19571 20 }
al@19571 21
al@19571 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19571 23 genpkg_rules()
al@19571 24 {
al@19745 25 copy @std
al@19571 26 }