summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302015-06-17 16:29:06 +0200
committerM0Rf302015-06-17 16:29:06 +0200
commit2d02750fe471e1b122083b05f635a1e901db39eb (patch)
tree588d864376044b75936d9273e0cfbf52549c38fa /PKGBUILD
downloadaur-2d02750fe471e1b122083b05f635a1e901db39eb.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..def5f403f7ee
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+pkgname=roomjuice
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="A multi-user jukebox web application. You can stream the music to other people as well."
+url="http://grecni.com/roomjuice/"
+arch=(any)
+optdepends=(apache)
+depends=(taginfo php mlocate )
+source=("http://grecni.com/$pkgname/dl/$pkgname-$pkgver.tar.bz2")
+license=('GPL2')
+
+build() {
+
+ cd $srcdir/
+ mkdir -p $pkgdir/srv/http/$pkgname
+ cp -r $pkgname*/* /$pkgdir/srv/http/$pkgname
+}
+
+md5sums=('63ffa98e28b418d1713282215206a6a7')