systemd: do not play dirty tricks with /lib64, subpkgs for optdepends.

This commit is contained in:
Juan RP
2011-06-26 16:17:46 +02:00
parent 7e7abed7eb
commit b52f55b087
5 changed files with 64 additions and 11 deletions

View File

@@ -0,0 +1,19 @@
# Template file for 'systemd-gnome-passwd-aggent'.
#
short_desc="${sourcepkg} - GNOME password agent helper"
long_desc="${long_desc}
This package contains systemd-gnome-ask-password-agent, a GNOME
helper to assist in password changes with systemd."
Add_dependency run glibc
Add_dependency run glib
Add_dependency run gtk+
Add_dependency run libnotify
Add_dependency run systemd
do_install()
{
install -d ${DESTDIR}/usr/bin
mv ${SRCPKGDESTDIR}/usr/bin/systemd-gnome* ${DESTDIR}/usr/bin
}