wok view libgudev/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 380ffe05937a
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="libgudev"
4 VERSION="182"
5 CATEGORY="development"
6 SHORT_DESC="GObject-based wrapper library for libudev."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="udev"
10 WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
11 HOST_ARCH="i486 arm"
13 DEPENDS="udev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/lib
19 cp -a $install/lib/libgudev*so* $fs/lib
20 }