summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302015-06-17 16:29:06 +0200
committerM0Rf302015-06-17 16:29:06 +0200
commit2d02750fe471e1b122083b05f635a1e901db39eb (patch)
tree588d864376044b75936d9273e0cfbf52549c38fa
downloadaur-2d02750fe471e1b122083b05f635a1e901db39eb.tar.gz
Initial import
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD19
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..6f9e6c64ec7e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = roomjuice
+ pkgdesc = A multi-user jukebox web application. You can stream the music to other people as well.
+ pkgver = 0.3.4
+ pkgrel = 1
+ url = http://grecni.com/roomjuice/
+ arch = any
+ license = GPL2
+ depends = taginfo
+ depends = php
+ depends = mlocate
+ optdepends = apache
+ source = http://grecni.com/roomjuice/dl/roomjuice-0.3.4.tar.bz2
+ md5sums = 63ffa98e28b418d1713282215206a6a7
+
+pkgname = roomjuice
+
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')