systemd: finish update to 207.

This commit is contained in:
Juan RP 2013-09-13 08:32:14 +02:00
parent 6e077d9e92
commit 07d2d9059a
1 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libudev'
pkgname=libudev
version=206
revision=3
version=207
revision=1
wrksrc="systemd-${version}"
build_style=gnu-configure
configure_args="--libexecdir=/usr/lib --disable-selinux
@ -20,10 +20,9 @@ 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=4c993de071118ea1df7ffc4be26ef0b0d78354ef15b2743a2783d20edfcde9de
checksum=ac1f8120315e7969063bbb0c181c8dc59509aeaf10c4266077c257a182ad5942
hostmakedepends="pkg-config intltool gperf libxslt docbook-xsl
libtool automake gettext-devel"
hostmakedepends="pkg-config intltool gperf libxslt docbook-xsl libtool"
makedepends="attr-devel dbus-devel>=1.6.10_2 libcap-devel liblzma-devel libgcrypt-devel"
if [ "$CROSS_BUILD" ]; then
@ -31,7 +30,7 @@ if [ "$CROSS_BUILD" ]; then
fi
pre_configure() {
autoreconf -fi
libtoolize -f
}
post_install() {