wok-6.x annotate libgudev/receipt @ rev 15360
python-numpy: hide conftest.c errors
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 01 17:16:06 2013 +0000 (2013-10-01) |
parents | 72aab2ef0bc0 |
children | 9be2dfe2fe72 |
rev | line source |
---|---|
gokhlayeh@8055 | 1 # SliTaz package receipt. |
gokhlayeh@8055 | 2 |
gokhlayeh@8055 | 3 PACKAGE="libgudev" |
pankso@12493 | 4 VERSION="182" |
gokhlayeh@8055 | 5 CATEGORY="development" |
gokhlayeh@8055 | 6 SHORT_DESC="GObject-based wrapper library for libudev." |
gokhlayeh@8055 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
gokhlayeh@8055 | 9 WANTED="udev" |
gokhlayeh@8055 | 10 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" |
gokhlayeh@8055 | 11 |
pascal@15000 | 12 DEPENDS="udev" |
pascal@15000 | 13 |
gokhlayeh@8055 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@8055 | 15 genpkg_rules() |
gokhlayeh@8055 | 16 { |
pankso@12493 | 17 mkdir -p $fs/lib |
pankso@12493 | 18 cp -a $install/lib/libgudev*so* $fs/lib |
gokhlayeh@8055 | 19 } |