Merge pull request #265 from Gottox/master

odroid-u2-base: make template file comply with the base package policy.
This commit is contained in:
Juan RP 2014-01-25 12:08:51 -08:00
commit a116134871

View file

@ -1,15 +1,18 @@
# Template file for 'odroid-u2-base'
pkgname=odroid-u2-base
version=1.4
revision=2
revision=3
build_style=meta
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 +49,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
}