wok view unibilium/receipt @ rev 25521

created recipes for unibilium and unibilium-dev 2.1.1
author Hans-G?nter Theisgen
date Fri Feb 24 17:05:40 2023 +0100 (15 months ago)
parents
children 595fe6959202
line source
1 # SliTaz package receipt.
3 PACKAGE="unibilium"
4 VERSION="2.1.1"
5 CATEGORY="libs"
6 TAGS="terminfo"
7 SHORT_DESC="Terminfo parsing library."
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="LGPL-3+"
10 WEB_SITE="https://github.com/neovim/unibilium/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz"
15 BUILD_DEPENDS="libtool perl"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 make PREFIX=/usr &&
21 make install PREFIX=/usr
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cook_copy_files *.so*
28 }