opt/service/Pkgfile

20 lines
520 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Wrapper for starting/stopping services, with completion
# URL: http:///www.varlock.com
2009-01-12 10:36:05 +01:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2006-04-13 23:43:04 +02:00
# Packager: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: bash-completion
name=service
version=0.2
release=1
source=(http://www.varlock.com/files/$name-$version.tar.gz)
build() {
cd $name-$version
mkdir -p $PKG/usr/sbin
install -m 755 $name $PKG/usr/sbin
mkdir -p $PKG/usr/lib/bash-completion
install -m 755 ${name}_completions $PKG/usr/lib/bash-completion
}