odroid-u2-base: make template file comply with the base package policy.
This commit is contained in:
parent
fdb0dfa40d
commit
bda63ab362
1 changed files with 8 additions and 7 deletions
|
@ -1,15 +1,17 @@
|
||||||
# Template file for 'odroid-u2-base'
|
# Template file for 'odroid-u2-base'
|
||||||
pkgname=odroid-u2-base
|
pkgname=odroid-u2-base
|
||||||
version=1.4
|
version=1.4
|
||||||
revision=2
|
revision=3
|
||||||
homepage="http://www.voidlinux.eu"
|
homepage="http://www.voidlinux.eu"
|
||||||
hostmakedepends="uboot-mkimage"
|
short_desc="Void Linux Odroid U2 platform package"
|
||||||
makedepends="odroid-u2-kernel"
|
|
||||||
depends="${makedepends}"
|
|
||||||
short_desc="ODROID U2/U3 base files"
|
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="GPL-2.0"
|
license="Public Domain"
|
||||||
|
|
||||||
only_for_archs="armv7l"
|
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
|
conf_files=/etc/default/odroid-led
|
||||||
|
|
||||||
# enable odroid-led, ntpd, dhcpcd and sshd by default.
|
# 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 744 /usr/sbin
|
||||||
vinstall ${FILESDIR}/odroid-led.default 744 /etc/default odroid-led
|
vinstall ${FILESDIR}/odroid-led.default 744 /etc/default odroid-led
|
||||||
vinstall ${FILESDIR}/odroid-led.service 644 /usr/lib/systemd/system
|
vinstall ${FILESDIR}/odroid-led.service 644 /usr/lib/systemd/system
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue