wok-6.x annotate opencc-dev/receipt @ rev 23609
updated rclone (1.49.2 -> 1.51.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 14 06:22:12 2020 +0100 (2020-04-14) |
parents | eeba7ab1dffe |
children | 6b47ab094b52 |
rev | line source |
---|---|
hipeng@10958 | 1 # SliTaz package receipt. |
hipeng@10958 | 2 |
hipeng@10958 | 3 PACKAGE="opencc-dev" |
Hans-G?nter@23260 | 4 VERSION="1.0.5" |
hipeng@10958 | 5 CATEGORY="development" |
Hans-G?nter@23260 | 6 SHORT_DESC="Development files for OpenCC." |
pascal@16047 | 7 MAINTAINER="lufeng369@slitaz.org" |
pascal@15600 | 8 LICENSE="Apache" |
Hans-G?nter@23260 | 9 WEB_SITE="https://github.com/BYVoid/OpenCC" |
hipeng@10958 | 10 |
pascal@15599 | 11 DEPENDS="opencc pkg-config" |
Hans-G?nter@23260 | 12 WANTED="opencc" |
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/ |
Hans-G?nter@23260 | 18 |
Hans-G?nter@23260 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@23260 | 20 cp -a $install/usr/lib/*.so $fs/usr/lib |
Hans-G?nter@23260 | 21 cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig |
hipeng@10958 | 22 } |