summaryrefslogtreecommitdiff
path: root/extra/docker/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/docker/PKGBUILD')
-rw-r--r--extra/docker/PKGBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/docker/PKGBUILD b/extra/docker/PKGBUILD
new file mode 100644
index 000000000..6f1529084
--- /dev/null
+++ b/extra/docker/PKGBUILD
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 137718 2011-09-10 13:25:58Z pierre $
+# Contributor: Jochem Kossen <j.kossen@home.nl>
+
+pkgname=docker
+pkgver=1.5
+pkgrel=5
+pkgdesc="Docker is a docking application (WindowMaker dock app) which acts as a system tray for KDE and GNOME2."
+arch=('i686' 'x86_64' 'mips64el')
+url="http://icculus.org/openbox/2/docker/"
+license=('GPL')
+depends=('glibc' 'glib2' 'libx11')
+source=("http://icculus.org/openbox/2/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('349320bebd43babb8b43e11c7aae0293')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ install -d $pkgdir/usr/bin
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make PREFIX=$pkgdir/usr install
+}