wok view libedit-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 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 }