wok-next diff rox-filer-locales/receipt @ rev 19126
Fill "customization" category in.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon May 09 21:59:10 2016 +0300 (2016-05-09) |
parents | ece1102c8826 |
children | 7042a09beaeb |
line diff
1.1 --- a/rox-filer-locales/receipt Fri Apr 08 13:44:06 2011 +0000 1.2 +++ b/rox-filer-locales/receipt Mon May 09 21:59:10 2016 +0300 1.3 @@ -5,19 +5,21 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="locales for the rox-filer." 1.6 MAINTAINER="sygne@ombres.eu" 1.7 -DEPENDS="rox-filer" 1.8 -BUILD_DEPENDS="" 1.9 +LICENSE="GPL2" 1.10 SOURCE="rox-filer" 1.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.12 WEB_SITE="http://roscidus.com/desktop/" 1.13 WGET_URL="http://downloads.sourceforge.net/rox/$TARBALL" 1.14 1.15 +DEPENDS="rox-filer" 1.16 +BUILD_DEPENDS="" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 1.22 - mkdir -p $src/_pkg 1.23 - cp -r $src/ROX-Filer/Messages $src/_pkg/ 1.24 + mkdir -p $DESTDIR 1.25 + cp -r $src/ROX-Filer/Messages $DESTDIR/ 1.26 1.27 } 1.28 1.29 @@ -25,7 +27,7 @@ 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr/share/rox-filer 1.33 - cp -r $_pkg/* $fs/usr/share/rox-filer/ 1.34 + cp -r $install/* $fs/usr/share/rox-filer/ 1.35 1.36 strip -s $fs/usr/share/rox-filer/* || true 1.37 }