wok view libedit-dev/receipt @ rev 25421

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 10 07:02:08 2022 +0000 (21 months ago)
parents e888209936f1
children
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-20210910"
13 DEPENDS="pkg-config"
14 WANTED="libedit"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 get_dev_files
20 }