wok annotate newt-dev/receipt @ rev 18855

syslinux/c32box.c32: show detected features.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 26 09:24:12 2016 +0100 (2016-01-26)
parents aa91b84f09b3
children 34cfd30896f4
rev   line source
erjo@581 1 # SliTaz package receipt.
erjo@581 2
erjo@581 3 PACKAGE="newt-dev"
slaxemulator@8642 4 VERSION="0.52.12"
erjo@586 5 CATEGORY="development"
erjo@586 6 SHORT_DESC="Not Erik's Windowing Toolkit dev files"
erjo@784 7 MAINTAINER="erjo@slitaz.org"
pascal@15584 8 LICENSE="GPL2"
erjo@581 9 WANTED="newt"
slaxemulator@8642 10 WEB_SITE="https://fedorahosted.org/newt/"
erjo@581 11
pascal@15584 12 DEPENDS="newt"
pascal@15584 13
erjo@581 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@581 15 genpkg_rules()
erjo@581 16 {
erjo@581 17 mkdir -p $fs/usr/lib
pascal@15584 18 cp -a $install/usr/include $fs/usr
pascal@15584 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
erjo@581 20 }