wok-current annotate libedit-dev/receipt @ rev 21917
linux-zram: split swap according to cores count
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 05 11:36:18 2019 +0200 (2019-10-05) |
parents | 8ed62ecac0c7 |
children | e888209936f1 |
rev | line source |
---|---|
domcox@1356 | 1 # SliTaz package receipt. |
domcox@1356 | 2 |
domcox@1356 | 3 PACKAGE="libedit-dev" |
Hans-G?nter@21172 | 4 VERSION="3.1" |
domcox@1356 | 5 CATEGORY="development" |
Hans-G?nter@21172 | 6 SHORT_DESC="Berkeley-style licensed command line editor library - development files." |
pascal@13025 | 7 MAINTAINER="domcox@slitaz.org" |
pascal@15472 | 8 LICENSE="BSD" |
Hans-G?nter@21172 | 9 WEB_SITE="https://www.thrysoee.dk/editline/" |
Hans-G?nter@21172 | 10 |
Hans-G?nter@21172 | 11 SOURCE="libedit-20190324" |
domcox@1356 | 12 WANTED="libedit" |
pascal@15597 | 13 DEPENDS="pkg-config" |
pascal@15597 | 14 |
domcox@1356 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@1356 | 16 genpkg_rules() |
domcox@1356 | 17 { |
domcox@1356 | 18 mkdir -p $fs/usr $fs/usr/lib |
Hans-G?nter@21172 | 19 |
Hans-G?nter@21172 | 20 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21172 | 21 cp -a $install/usr/lib/*a $fs/usr/lib |
Hans-G?nter@21172 | 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
domcox@1356 | 23 } |