wok diff odt2txt/receipt @ rev 9266
eduke32: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 15 14:59:35 2011 +0100 (2011-03-15) |
parents | 4482e0fab13a |
children | 02bbaa9d12ba |
line diff
1.1 --- a/odt2txt/receipt Sat Mar 14 14:38:58 2009 +0000 1.2 +++ b/odt2txt/receipt Tue Mar 15 14:59:35 2011 +0100 1.3 @@ -11,6 +11,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.stosberg.net/odt2txt/" 1.6 WGET_URL="http://www.stosberg.net/$PACKAGE/$TARBALL" 1.7 +TAGS="office" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -27,4 +28,4 @@ 1.12 mkdir -p $fs/usr/bin 1.13 cp -a $_pkg/usr/bin $fs/usr 1.14 strip -s $fs/usr/bin/* 1.15 -} 1.16 \ No newline at end of file 1.17 +}