aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ampache
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-17 22:31:04 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-17 22:31:04 +0100
commite27b370060493595209c08001cabce873e503c57 (patch)
treede75c21cfb7ddbbbf73e703e249418c363f0125c /recipes/ampache
parentc31e71ef39ab8bfa58bc999896e773d49ee071a4 (diff)
downloadopenembedded-e27b370060493595209c08001cabce873e503c57.tar.gz
ampache: new recipe (version 3.5.4)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/ampache')
-rw-r--r--recipes/ampache/ampache_3.5.4.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/ampache/ampache_3.5.4.bb b/recipes/ampache/ampache_3.5.4.bb
new file mode 100644
index 0000000000..a663d80a82
--- /dev/null
+++ b/recipes/ampache/ampache_3.5.4.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Ampache is a free software Web-based Audio file manager / web Media Server."
+HOMEPAGE = "http://www.ampache.org"
+LICENSE = "GPLv2"
+
+PR = "r0"
+RDEPENDS = "lighttpd mysql5 php"
+
+SRC_URI = "http://ampache.org/downloads/ampache-${PV}.tar.gz"
+SRC_URI[md5sum] = "f07c1d9de1b5887420d698d22be2eb95"
+SRC_URI[sha256sum] = "f5ee6906d2af60ea8dcbd1b3a18119ffbe6b92c21c0b0c59a1ba01e5bead5f74"
+
+FILES_${PN} = "/www/pages"
+
+do_configure () {
+}
+
+do_compile () {
+}
+
+do_install () {
+ install -d ${D}/www/pages
+ cp -r ${S}/ ${D}/www/pages/ampache/
+}