wok view libedit-dev/receipt @ rev 15597

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 11:43:50 2013 +0000 (2013-12-05)
parents 6c3718ca17b6
children 80675e0f496c
line source
1 # SliTaz package receipt.
3 PACKAGE="libedit-dev"
4 VERSION="3.0"
5 CATEGORY="development"
6 SHORT_DESC="Berkeley-style licensed command line editor library devel files"
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.thrysoee.dk/editline/"
10 SOURCE="libedit-20100424"
11 WANTED="libedit"
13 DEPENDS="pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }