wok view curl-dev/receipt @ rev 15701

Up: spacefm (0.9.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 15:11:37 2013 +0100 (2013-12-22)
parents 6c3718ca17b6
children e4ec31d40c44
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 pkg-config"
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 }