aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gallery
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-12-17 12:14:26 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-12-17 12:14:26 +0000
commite17000b34fca16aadbeb042486edaf9c706fc71a (patch)
tree73bdbca4d8720fb6398151945d5b247997be5428 /packages/gallery
parenta87aab60fd2b88af5e27878c3f4093b51276f184 (diff)
downloadopenembedded-e17000b34fca16aadbeb042486edaf9c706fc71a.tar.gz
gallery: fix parse errors
Diffstat (limited to 'packages/gallery')
-rw-r--r--packages/gallery/gallery_1.5.5.bb18
1 files changed, 10 insertions, 8 deletions
diff --git a/packages/gallery/gallery_1.5.5.bb b/packages/gallery/gallery_1.5.5.bb
index 1e2c36b711..95a39c376d 100644
--- a/packages/gallery/gallery_1.5.5.bb
+++ b/packages/gallery/gallery_1.5.5.bb
@@ -1,21 +1,23 @@
-SECTION = "apps"
DESCRIPTION = "The Gallery v1 web image gallery"
+SECTION = "apps"
LICENSE = "GPL"
-#
RDEPENDS = "apache2 modphp imagemagick jhead"
-
PR = "r1"
+
+SRC_URI = "http://easynews.dl.sourceforge.net/sourceforge/gallery/gallery-${PV}-pl1.tar.gz"
+
S = "${WORKDIR}/gallery"
-HTTPCONF=/etc/apache2/httpd.conf
-DEST_DIR=/usr/share/apache2/htdocs/
+
+inherit autotools
+
+HTTPCONF = "/etc/apache2/httpd.conf"
+DEST_DIR = "/usr/share/apache2/htdocs/"
+
#
# don't list the albums as a file - it might get auto-deleted
#
FILES_${PN} = "${DEST_DIR}/gallery /etc/apache2/modules.d"
-SRC_URI = "http://easynews.dl.sourceforge.net/sourceforge/gallery/gallery-${PV}-pl1.tar.gz"
-
-inherit autotools
# No configure step for gallery
do_configure() {