wok annotate libedit-dev/receipt @ rev 24891
lynx: use ncursesw (tanks ceel)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 07 07:20:18 2022 +0000 (2022-04-07) |
parents | e888209936f1 |
children |
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@24733 | 11 SOURCE="libedit-20210910" |
Hans-G?nter@23023 | 12 |
Hans-G?nter@23023 | 13 DEPENDS="pkg-config" |
domcox@1356 | 14 WANTED="libedit" |
pascal@15597 | 15 |
domcox@1356 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
domcox@1356 | 17 genpkg_rules() |
domcox@1356 | 18 { |
Hans-G?nter@24733 | 19 get_dev_files |
domcox@1356 | 20 } |