wok view libedit-dev/receipt @ rev 21752

tazboot: shrink (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 15 22:12:18 2019 +0200 (2019-06-15)
parents 8ed62ecac0c7
children e888209936f1
line source
1 # SliTaz package receipt.
3 PACKAGE="libedit-dev"
4 VERSION="3.1"
5 CATEGORY="development"
6 SHORT_DESC="Berkeley-style licensed command line editor library - development files."
7 MAINTAINER="domcox@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.thrysoee.dk/editline/"
11 SOURCE="libedit-20190324"
12 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
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }