CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
pango: updated to 1.24.5 and fixed issues with autofolks stuff. Also updated the...
[attic/ports/opt-cross.git] / service / Pkgfile
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
5 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6 # Depends on: bash
7
8 name=service
9 version=0.2
10 release=1
11 source=(http://www.varlock.com/files/$name-$version.tar.gz)
12
13 build() {
14 install -D -m 0755 $name-$version/$name $PKG/usr/sbin/$name
15 }