odroid-u2-base: make template file comply with the base package policy.

This commit is contained in:
Gottox 2014-01-25 20:04:52 +01:00
parent fdb0dfa40d
commit bda63ab362

View file

@ -1,15 +1,17 @@
# Template file for 'odroid-u2-base'
pkgname=odroid-u2-base
version=1.4
revision=2
revision=3
homepage="http://www.voidlinux.eu"
hostmakedepends="uboot-mkimage"
makedepends="odroid-u2-kernel"
depends="${makedepends}"
short_desc="ODROID U2/U3 base files"
short_desc="Void Linux Odroid U2 platform package"
maintainer="Enno Boland <eb@s01.de>"
license="GPL-2.0"
license="Public Domain"
only_for_archs="armv7l"
makedepends="ntp?ntp-daemon dhcpcd openssh-server odroid-u2-kernel"
depends="${makedepends}"
hostmakedepends="uboot-mkimage"
conf_files=/etc/default/odroid-led
# enable odroid-led, ntpd, dhcpcd and sshd by default.
@ -46,5 +48,4 @@ do_install() {
vinstall ${FILESDIR}/odroid-led 744 /usr/sbin
vinstall ${FILESDIR}/odroid-led.default 744 /etc/default odroid-led
vinstall ${FILESDIR}/odroid-led.service 644 /usr/lib/systemd/system
}