wok-current view libvterm-dev/receipt @ rev 25627
Patch sundown to use new gcc
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 04 19:37:09 2023 +0000 (16 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 }