wok annotate libev-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 6c3718ca17b6
children fc9203de5ff2
rev   line source
mallory@2683 1 # SliTaz package receipt.
mallory@2683 2
mallory@2683 3 PACKAGE="libev-dev"
slaxemulator@10206 4 VERSION="4.04"
mallory@2683 5 CATEGORY="development"
mallory@2683 6 SHORT_DESC="libev development files"
mallory@2683 7 MAINTAINER="mallory@sweetpeople.org"
pascal@15472 8 LICENSE="BSD"
pankso@16441 9 WEB_SITE="http://software.schmorp.de/pkg/libev.html"
pankso@16441 10 HOST_ARCH="i486 arm"
pankso@16441 11
mallory@2683 12 WANTED="libev"
pascal@15472 13
mallory@2683 14 # Rules to gen a SliTaz package suitable for Tazpkg.
mallory@2683 15 genpkg_rules()
mallory@2683 16 {
pascal@5909 17 mkdir -p $fs/usr/lib
pascal@15472 18 cp -a $install/usr/include $fs/usr
pascal@15472 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15472 20 #cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@5909 21 # /usr/include/event.h conflicts with libevent-dev
pascal@5909 22 # https://www.opencsw.org/mantis/view.php?id=4376
pascal@5909 23 mv $fs/usr/include/event.h $fs/usr/include/ev-event.h
mallory@2683 24 }
mallory@2683 25