systemd: update to 205.

This commit is contained in:
Juan RP
2013-07-04 04:04:43 +02:00
parent 49316459ee
commit dd68e8ba09
4 changed files with 12 additions and 351 deletions

View File

@@ -1,7 +1,7 @@
# Template file for 'libudev'
pkgname=libudev
version=204
revision=5
version=205
revision=1
wrksrc="systemd-${version}"
build_style=gnu-configure
configure_args="--libexecdir=/usr/lib --disable-selinux
@@ -20,7 +20,7 @@ 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=072c393503c7c1e55ca7acf3db659cbd28c7fe5fa94fab3db95360bafd96731b
checksum=54d6d3e1e9e66b6a484f68a3323cb489f0a8f50bdeb1d5465c3a48c6fc1e0058
hostmakedepends="pkg-config intltool gperf libxslt docbook-xsl
libtool automake gettext-devel"
@@ -48,12 +48,13 @@ libudev-devel_package() {
pkg_install() {
vmove usr/include/libudev.h
vmove usr/lib/pkgconfig/libudev.pc
vmove "usr/lib/libudev*.so"
}
}
libudev_package() {
pkg_install() {
vmove "usr/lib/libudev.so*"
vmove "usr/lib/libudev.so.*"
}
}
@@ -63,6 +64,7 @@ systemd-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/man/man3
vmove usr/share/pkgconfig
}
@@ -72,6 +74,6 @@ systemd-libs_package() {
short_desc="systemd runtime libraries"
replaces="systemd<43_1"
pkg_install() {
vmove "usr/lib/libsystemd*.so*"
vmove "usr/lib/libsystemd*.so.*"
}
}