wok-current annotate xerces-c/receipt @ rev 23329
updated perl-file-desktopentry (0.04 -> 0.22)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 30 17:44:58 2020 +0100 (2020-03-30) |
parents | eb8067417980 |
children | 2117e19cae0b |
rev | line source |
---|---|
rcx@3471 | 1 # SliTaz package receipt. |
rcx@3471 | 2 |
rcx@3471 | 3 PACKAGE="xerces-c" |
Hans-G?nter@22160 | 4 VERSION="3.2.2" |
rcx@3471 | 5 CATEGORY="development" |
rcx@3471 | 6 SHORT_DESC="A validating XML parser written in a portable subset of C++." |
rcx@3471 | 7 MAINTAINER="rcx@zoominternet.net" |
pascal@15579 | 8 LICENSE="Apache" |
Hans-G?nter@22160 | 9 WEB_SITE="https://xerces.apache.org/xerces-c/" |
Hans-G?nter@22160 | 10 |
rcx@3471 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@22160 | 12 WGET_URL="http://apache.org/dist/xerces/c/${VERSION%%.*}/sources/$TARBALL" |
rcx@3471 | 13 |
Hans-G?nter@22160 | 14 DEPENDS="gcc-lib-base glibc-base icu libcrypto libcurl" |
pascal@15579 | 15 |
rcx@3471 | 16 # Rules to configure and make the package. |
rcx@3471 | 17 compile_rules() |
rcx@3471 | 18 { |
gokhlayeh@11573 | 19 ./configure $CONFIGURE_ARGS && |
gokhlayeh@11573 | 20 make $MAKEFLAGS && |
slaxemulator@8987 | 21 make install |
rcx@3471 | 22 } |
rcx@3471 | 23 |
rcx@3471 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3471 | 25 genpkg_rules() |
rcx@3471 | 26 { |
rcx@3471 | 27 mkdir -p $fs/usr/lib |
Hans-G?nter@22160 | 28 |
Hans-G?nter@22160 | 29 cp -a $install/usr/lib/*.so* $fs/usr/lib |
Hans-G?nter@22160 | 30 cp -a $install/usr/bin $fs/usr |
rcx@3471 | 31 } |