wok-current annotate opencc-dev/receipt @ rev 25621
Patch gst-plugins-base to build with gcc >= 4.9
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 04 15:10:47 2023 +0000 (17 months ago) |
parents | 03ab355816ec |
children |
rev | line source |
---|---|
hipeng@10958 | 1 # SliTaz package receipt. |
hipeng@10958 | 2 |
hipeng@10958 | 3 PACKAGE="opencc-dev" |
Hans-G?nter@25014 | 4 VERSION="1.1.3" |
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@25014 | 9 WEB_SITE="https://byvoid.github.io/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 { |
Hans-G?nter@25014 | 17 cook_copy_folders include |
Hans-G?nter@25014 | 18 cook_copy_folders pkgconfig |
Hans-G?nter@25014 | 19 cook_copy_files *.so |
hipeng@10958 | 20 } |