wok-6.x annotate libvterm/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 (20 months ago) |
parents | |
children | 595fe6959202 |
rev | line source |
---|---|
Hans-G?nter@25523 | 1 # SliTaz package receipt. |
Hans-G?nter@25523 | 2 |
Hans-G?nter@25523 | 3 PACKAGE="libvterm" |
Hans-G?nter@25523 | 4 VERSION="0.3" |
Hans-G?nter@25523 | 5 CATEGORY="libs" |
Hans-G?nter@25523 | 6 TAGS="terminal" |
Hans-G?nter@25523 | 7 SHORT_DESC="Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator." |
Hans-G?nter@25523 | 8 MAINTAINER="maintainer@slitaz.org" |
Hans-G?nter@25523 | 9 LICENSE="MIT" |
Hans-G?nter@25523 | 10 WEB_SITE="http://www.leonerd.org.uk/code/libvterm/" |
Hans-G?nter@25523 | 11 |
Hans-G?nter@25523 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@25523 | 13 WGET_URL="http://www.leonerd.org.uk/code/$PACKAGE/$TARBALL" |
Hans-G?nter@25523 | 14 |
Hans-G?nter@25523 | 15 BUILD_DEPENDS="libtool perl" |
Hans-G?nter@25523 | 16 |
Hans-G?nter@25523 | 17 # Rules to configure and make the package. |
Hans-G?nter@25523 | 18 compile_rules() |
Hans-G?nter@25523 | 19 { |
Hans-G?nter@25523 | 20 sed -i 's| -Wpedantic| -pedantic|' Makefile |
Hans-G?nter@25523 | 21 |
Hans-G?nter@25523 | 22 make PREFIX=/usr && |
Hans-G?nter@25523 | 23 make install PREFIX=/usr |
Hans-G?nter@25523 | 24 } |
Hans-G?nter@25523 | 25 |
Hans-G?nter@25523 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
Hans-G?nter@25523 | 27 genpkg_rules() |
Hans-G?nter@25523 | 28 { |
Hans-G?nter@25523 | 29 cook_copy_files *.so* |
Hans-G?nter@25523 | 30 } |