wok view libbsd-dev/receipt @ rev 16821

mplayer-opt: --enable-runtime-cpudetection --disable-mencoder
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Jul 11 14:26:51 2014 +0000 (2014-07-11)
parents 8ed62ecac0c7
children fc9203de5ff2
line source
1 # SliTaz package receipt.
3 PACKAGE="libbsd-dev"
4 VERSION="0.6.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libbsd."
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="BSD MIT"
9 WEB_SITE="http://libbsd.freedesktop.org/wiki/"
10 HOST_ARCH="i486 arm"
12 WANTED="libbsd"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }