2011-06-27 16:06:00 +02:00
|
|
|
# Template file for 'systemd-units'
|
|
|
|
pkgname=systemd-units
|
2011-10-10 17:17:38 +02:00
|
|
|
version=0.5
|
2011-06-27 16:06:00 +02:00
|
|
|
build_style=custom-install
|
2011-10-09 17:11:25 +02:00
|
|
|
short_desc="Void GNU/Linux systemd units"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://code.google.com/p/xbps"
|
2011-06-27 16:06:00 +02:00
|
|
|
long_desc="
|
2011-10-09 17:11:25 +02:00
|
|
|
$pkgname contains systemd units for a couple of Void GNU/Linux services."
|
2011-06-27 16:06:00 +02:00
|
|
|
|
|
|
|
noextract=yes
|
|
|
|
noarch=yes
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
2011-10-09 17:11:25 +02:00
|
|
|
vmkdir lib/systemd/system
|
|
|
|
install -m644 ${FILESDIR}/*.service ${DESTDIR}/lib/systemd/system
|
2011-10-10 17:17:38 +02:00
|
|
|
install -m644 ${FILESDIR}/*.socket ${DESTDIR}/lib/systemd/system
|
2011-06-27 16:06:00 +02:00
|
|
|
}
|