glib-networking: get rid of systemd stuff.

This commit is contained in:
Juan RP 2016-04-10 08:29:13 +02:00
parent 5ca3ef7a7f
commit 0d900967d6

View file

@ -1,7 +1,7 @@
# Template file for 'glib-networking'
pkgname=glib-networking
version=2.48.0
revision=1
revision=2
lib32disabled=yes
build_style=gnu-configure
configure_args="--disable-static --with-libproxy --with-gnome-proxy
@ -18,3 +18,7 @@ homepage="http://www.gnome.org"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=7a1f3312e757b97af94e2db8a1f14eb9cc018c983931ecdf3b0c54acece39024
post_install() {
rm -rf ${DESTDIR}/usr/lib/systemd
}