wok view libvterm-dev/receipt @ rev 25523

created recipes for libvterm and libvterm-dev 0.3
author Hans-G?nter Theisgen
date Fri Feb 24 17:17:00 2023 +0100 (15 months ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libvterm-dev"
4 VERSION="0.3"
5 CATEGORY="development"
6 SHORT_DESC="Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.leonerd.org.uk/code/libvterm/"
11 WANTED="libvterm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 get_dev_files
17 }