wok-next view libgudev/receipt @ rev 20215
rsync, x11vnc, xautomation, xinput-calibrator, xlockmore: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 05 09:09:04 2017 +0100 (2017-11-05) |
parents | f463de72afe3 |
children | 2d54d154d5ca |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libgudev"
4 VERSION="231"
5 CATEGORY="libdevel"
6 SHORT_DESC="GObject bindings for libudev"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.gnome.org/Projects/libgudev"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/$VERSION/$TARBALL"
15 BUILD_DEPENDS="gtk-doc gobject-introspection-dev eudev-dev glib-dev"
16 SPLIT="libgudev-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --disable-umockdev \
23 $CONFIGURE_ARGS &&
24 make && make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 case $PACKAGE in
31 libgudev) copy @std; DEPENDS="eudev glib libffi pcre zlib";;
32 *-dev) copy @dev; DEPENDS="libgudev eudev-dev glib-dev glibc-dev \
33 libffi-dev pcre-dev zlib-dev";;
34 esac
35 }