CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
openbox: initial import (verified compilation)
[attic/ports/opt-cross.git] / service / Pkgfile
CommitLineData
2cb4234a
VM
1# Description: Wrapper for starting/stopping services, with completion
2# URL: http:///www.varlock.com
3# Packager: Simoner Rota, sip at crux dot nu
4# Maintainer: Jose V Beneyto, sepen at crux dot nu
38b50d66 5# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
2cb4234a
VM
6# Depends on: bash
7
8name=service
9version=0.2
10release=1
11source=(http://www.varlock.com/files/$name-$version.tar.gz)
12
13build() {
14 install -D -m 0755 $name-$version/$name $PKG/usr/sbin/$name
15}