wok annotate libee-dev/receipt @ rev 23899

busybox: add crontabs in CONFIG_FILES
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 08:34:55 2020 +0000 (2020-07-28)
parents 8ed62ecac0c7
children a7524849966d
rev   line source
erjo@11414 1 # SliTaz package receipt.
erjo@11414 2
erjo@11414 3 PACKAGE="libee-dev"
erjo@11414 4 VERSION="0.3.2"
erjo@11414 5 CATEGORY="development"
erjo@11414 6 SHORT_DESC="libee dev files."
erjo@11414 7 MAINTAINER="erjo@slitaz.org"
pascal@15472 8 LICENSE="LGPL2.1"
pascal@21790 9 WEB_SITE="https://web.archive.org/web/20181206220018/http://www.libee.org/"
erjo@11414 10 WANTED="libee"
erjo@11414 11
pascal@15597 12 DEPENDS="libee pkg-config"
erjo@11414 13
erjo@11414 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@11414 15 genpkg_rules()
erjo@11414 16 {
erjo@11414 17 mkdir -p $fs/usr/lib
erjo@11414 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
erjo@11414 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
erjo@11414 20 cp -a $install/usr/include $fs/usr
erjo@11414 21 }