wok view libtermkey/receipt @ rev 25522

created recipes for libtermkey and libtermkey-dev 0.22
author Hans-G?nter Theisgen
date Fri Feb 24 17:12:54 2023 +0100 (16 months ago)
parents
children 595fe6959202
line source
1 # SliTaz package receipt.
3 PACKAGE="libtermkey"
4 VERSION="0.22"
5 CATEGORY="libs"
6 SHORT_DESC="Library for easy processing of keyboard entry from terminal-based programs."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.leonerd.org.uk/code/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.leonerd.org.uk/code/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libtool unibilium-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make PREFIX=/usr &&
20 make install PREFIX=/usr
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cook_copy_files *.so*
27 }