systemd: update to 203.

This commit is contained in:
Juan RP
2013-05-07 09:15:47 +02:00
parent fa0f67cb35
commit 26b37502f9
2 changed files with 11 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# Template file for 'libudev'
pkgname=libudev
version=202
version=203
revision=1
wrksrc="systemd-${version}"
build_style=gnu-configure
@@ -15,14 +15,15 @@ configure_args="--libexecdir=/usr/lib --disable-selinux
--disable-timedated --disable-localed --disable-coredump
--disable-myhostname --disable-gudev --disable-keymap --without-python
--disable-efi --disable-polkit --with-sysvinit-path= --with-sysvrcnd-path="
hostmakedepends="pkg-config intltool gperf libxslt docbook-xsl"
makedepends="dbus-devel libcap-devel liblzma-devel libgcrypt-devel"
short_desc="udev shared library"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.freedesktop.org/wiki/Software/systemd"
license="LGPL-2.1, GPL-2, MIT"
distfiles="http://www.freedesktop.org/software/systemd/systemd-${version}.tar.xz"
checksum=8c43073252a52eb9f9ab9bd698be0192bcb2175ba5daba6057250083dd64e059
checksum=61b13e4dbce2156452bf85f126f5d540ee259cbcd6846f03d4284e7df3b0fb1d
hostmakedepends="pkg-config intltool gperf libxslt docbook-xsl"
makedepends="attr-devel dbus-devel libcap-devel liblzma-devel libgcrypt-devel"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" libtool automake gettext-devel libgcrypt-devel"