wok annotate apr-dev/receipt @ rev 15274

mingw32-gcc: remove a wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 25 16:27:31 2013 +0000 (2013-09-25)
parents 0dca22615fdd
children 851fc1686394
rev   line source
erjo@1217 1 # SliTaz package receipt.
erjo@1217 2
erjo@1217 3 PACKAGE="apr-dev"
pascal@12602 4 VERSION="1.4.6"
erjo@1217 5 CATEGORY="development"
erjo@1217 6 SHORT_DESC="Apache Portable Runtime Library dev files"
erjo@1217 7 MAINTAINER="lehswe@gmail.com"
pascal@15264 8 LICENSE="Apache"
erjo@1217 9 WANTED="apr"
erjo@1217 10 WEB_SITE="http://apr.apache.org"
erjo@1217 11
pascal@15264 12 DEPENDS="apr bash"
pascal@15264 13
erjo@1217 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1217 15 genpkg_rules()
erjo@1217 16 {
erjo@1217 17 mkdir -p $fs/usr/lib $fs/usr/share
erjo@1217 18
pascal@15264 19 cp -a $install/usr/bin $fs/usr
pascal@15264 20 cp -a $install/usr/include $fs/usr
pascal@15264 21 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15264 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15264 23 cp -a $install/usr/share/apr-1 $fs/usr/share
erjo@1217 24 }
erjo@1217 25