wok annotate pcre2-dev/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents
children 18de4fe65c9c
rev   line source
al@19221 1 # SliTaz package receipt.
al@19221 2
al@19221 3 PACKAGE="pcre2-dev"
al@19221 4 VERSION="10.21"
al@19221 5 CATEGORY="development"
al@19221 6 SHORT_DESC="Perl Compatible Regular Expressions 2, development files"
al@19221 7 MAINTAINER="al.bobylev@gmail.com"
al@19221 8 LICENSE="BSD"
al@19221 9 WEB_SITE="http://www.pcre.org/"
al@19221 10 HOST_ARCH="i486 arm"
al@19221 11
al@19221 12 WANTED="pcre2"
al@19221 13 DEPENDS="pcre2 pkg-config"
al@19221 14
al@19221 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19221 16 genpkg_rules()
al@19221 17 {
al@19221 18 cp -a $install/* $fs
al@19221 19 rm $fs/usr/lib/*.so*
al@19221 20 rm -r $fs/usr/share
al@19221 21 }