contrib/docker-bin/Pkgfile
James Mills 98ecfde20a docker: 0.9.1 -> 0.10.0
--HG--
extra : rebase_source : 5937873ff254fa3584b783fb90c892f62793714d
2014-04-22 12:29:18 +10:00

22 lines
606 B
Plaintext

# Description: Pack, ship and run any application as a lightweight container
# URL: http://www.docker.io/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: bridge-utils sqlite3 cgroupfs-mount
name=docker-bin
version=0.10.0
release=1
source=(
https://get.docker.io/builds/Linux/x86_64/docker-$version
docker.rc
docker.conf
)
build() {
install -D -m 755 $SRC/docker-$version $PKG/usr/bin/docker
install -D -m 755 $SRC/docker.rc $PKG/etc/rc.d/docker
install -D -m 644 $SRC/docker.conf $PKG/etc/docker.conf
chown -R root:root $PKG
}