wok view curl-dev/receipt @ rev 15472

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 09 17:34:23 2013 +0000 (2013-11-09)
parents 8c593515546f
children 851fc1686394
line source
1 # SliTaz package receipt.
3 PACKAGE="curl-dev"
4 VERSION="7.27.0"
5 CATEGORY="development"
6 SHORT_DESC="Tool and libs for transferring files with URL syntax."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WANTED="curl"
10 WEB_SITE="http://curl.haxx.se/"
12 DEPENDS="curl openssl-dev libidn-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/bin $fs/usr/lib/pkgconfig
18 cp -a $install/usr/bin/curl-config $fs/usr/bin
19 chmod 755 $fs/usr/bin/*
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 cp -a $src/libcurl.pc $fs/usr/lib/pkgconfig
23 }