wok annotate libgudev/receipt @ rev 9281

Add some perl modules for backuppc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 16 09:12:53 2011 +0100 (2011-03-16)
parents 9e1674525e2f
children a7a9578a4345
rev   line source
gokhlayeh@8055 1 # SliTaz package receipt.
gokhlayeh@8055 2
gokhlayeh@8055 3 PACKAGE="libgudev"
gokhlayeh@8630 4 VERSION="166"
gokhlayeh@8055 5 CATEGORY="development"
gokhlayeh@8055 6 SHORT_DESC="GObject-based wrapper library for libudev."
gokhlayeh@8055 7 MAINTAINER="gokhlayeh@slitaz.org"
gokhlayeh@8055 8 DEPENDS="udev"
gokhlayeh@8055 9 WANTED="udev"
gokhlayeh@8055 10 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
gokhlayeh@8055 11
gokhlayeh@8055 12 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@8055 13 genpkg_rules()
gokhlayeh@8055 14 {
gokhlayeh@8055 15 mkdir -p $fs/usr/lib
gokhlayeh@8055 16 cp -a $_pkg/lib/libgudev*so* $fs/usr/lib
gokhlayeh@8055 17 }