wok-current annotate libform/receipt @ rev 19617

Up SliTaz projects: cookutils(863), slitaz-base-files(319), slitaz-boot-scripts(436), slitaz-configs(299), slitaz-tools(1008), ssfs(108), tazbug(94), tazinst(86), tazirc(18), tazlito(445), tazpanel(610), tazpkg(932), tazusb(194), tazweb(174).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 10 14:28:40 2017 +0200 (2017-01-10)
parents
children a78610b2eb47
rev   line source
al@18913 1 # SliTaz package receipt.
al@18913 2
al@18913 3 PACKAGE="libform"
al@18913 4 VERSION="5.9"
al@18913 5 CATEGORY="development"
al@18913 6 SHORT_DESC="Curses extension for programming forms"
al@18913 7 MAINTAINER="al.bobylev@gmail.com"
al@18913 8 LICENSE="MIT"
al@18913 9 WEB_SITE="http://invisible-island.net/ncurses/"
al@18913 10 HOST_ARCH="i486 arm"
al@18913 11
al@18913 12 DEPENDS="ncurses libtinfo"
al@18913 13 WANTED="ncurses"
al@18913 14
al@18913 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18913 16 genpkg_rules()
al@18913 17 {
al@18913 18 mkdir -p $fs/lib
al@18913 19 cp -a $install/lib/libform.so* $fs/lib
al@18913 20 }