wok annotate opencc-dev/receipt @ rev 20674

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 18:16:34 2019 +0100 (2019-01-24)
parents 8d64ce80ab95
children 03ab355816ec
rev   line source
hipeng@10958 1 # SliTaz package receipt.
hipeng@10958 2
hipeng@10958 3 PACKAGE="opencc-dev"
hipeng@10958 4 VERSION="0.2.0"
hipeng@10958 5 CATEGORY="development"
hipeng@10958 6 SHORT_DESC="Development files for OpenCC"
pascal@16047 7 MAINTAINER="lufeng369@slitaz.org"
pascal@15600 8 LICENSE="Apache"
pascal@20674 9 WEB_SITE="http://byvoid.github.io/OpenCC/"
hipeng@10958 10 WANTED="opencc"
hipeng@10958 11
pascal@15599 12 DEPENDS="opencc pkg-config"
pascal@15599 13
hipeng@10958 14 # Rules to gen a SliTaz package suitable for Tazpkg.
hipeng@10958 15 genpkg_rules()
hipeng@10958 16 {
hipeng@10958 17 mkdir -p $fs/usr/lib/pkgconfig/
pascal@15600 18 cp -a $install/usr/include $fs/usr
pascal@15600 19 cp -a $install/usr/lib/*.so $fs/usr/lib/
pascal@15600 20 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig/
hipeng@10958 21 }