diff --git a/srcpkgs/lightzone-bin/files/COPYING b/srcpkgs/lightzone-bin/files/COPYING
new file mode 100644
index 0000000000..bf0fc81ddc
--- /dev/null
+++ b/srcpkgs/lightzone-bin/files/COPYING
@@ -0,0 +1,24 @@
+Copyright (c) 2005-2011, Fabio Riccardi
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+    * Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+    * Neither the name "LightZone" nor the names of its contributors may be
+      used to endorse or promote products derived from this software without 
+      specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/srcpkgs/lightzone-bin/template b/srcpkgs/lightzone-bin/template
new file mode 100644
index 0000000000..58c35da97b
--- /dev/null
+++ b/srcpkgs/lightzone-bin/template
@@ -0,0 +1,37 @@
+# Template file for 'lightzone'
+pkgname=lightzone-bin
+_origname="lightzone"
+version=4.0.0
+revision=1
+build_style=
+maintainer="Carlo Dormeletti <carlo.dormeletti@email.it>"
+homepage="http://lightzoneproject.org/"
+license="${pkgname}"
+short_desc="Open-source professional-level digital darkroom software"
+depends="java-runtime liblzma tiff"
+provides="${_origname}-${version}_${revision}"
+only_for_archs="i686 x86_64"
+
+if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
+	debpkgid="${_origname}_${version}-0obs20130920_amd64"
+	distfiles="http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/amd64/${debpkgid}.deb"
+	checksum="73ab8d6f8cb38604e90df4be189e2846ccbdc2c4d8f774943761759820b3bea3"
+elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
+	debpkgid="${_origname}_${version}-0obs20130920_i386"
+	distfiles="http://download.opensuse.org/repositories/home:/ktgw0316:/LightZone/Debian_7.0/i386/${debpkgid}.deb"
+	checksum="d3b7b3080957239783c3dfe341138ab9982627cdf9b0dca4a736bb41eead4344"
+fi
+
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${debpkgid}.deb
+}
+
+do_install(){
+	mkdir -p ${DESTDIR}
+	tar xzpvf data.tar.gz -C ${DESTDIR}
+	mkdir -p ${DESTDIR}/usr/share/${origname}
+	mv ${DESTDIR}/opt/lightzone ${DESTDIR}/usr/share/
+	sed -i 's|/opt/lightzone|/usr/share/lightzone|g' ${DESTDIR}/usr/bin/lightzone
+ 	vinstall ${FILESDIR}/COPYING 644 usr/share/licenses/${_origname}
+}
+