wok-6.x rev 14742
Normalize LICENSE and some TAGS and CATEGORY.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jun 14 12:25:09 2013 +0000 (2013-06-14) |
parents | b682a585bff5 |
children | 38fada8758a2 |
files | bozohttpd/receipt cantarell-fonts/receipt cd-discid/receipt croscore-fonts/receipt djvulibre-dev/receipt fdutils/receipt ffmpegthumbnailer/receipt liberation-fonts-base/receipt liberation-fonts/receipt opencore-amr-dev/receipt opencore-amr/receipt rubyripper/receipt schroedinger-dev/receipt schroedinger/receipt slib/receipt terminology/receipt ttf-bitstream-vera/receipt ttf-dejavu-extra/receipt ttf-dejavu/receipt ttf-roboto-base/receipt ttf-roboto/receipt tumbler/receipt ufiformat/receipt wqy-bitmapfont/receipt zlib/receipt |
line diff
1.1 --- a/bozohttpd/receipt Fri Jun 14 08:43:56 2013 +0200 1.2 +++ b/bozohttpd/receipt Fri Jun 14 12:25:09 2013 +0000 1.3 @@ -5,26 +5,24 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Small and secure http version 1.1 server" 1.6 MAINTAINER="milka@konstelacioj.info" 1.7 +WEB_SITE="http://www.eterna.com.au/$PACKAGE/" 1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 +WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL" 1.10 +TAGS="http server lightweight CGI ipv6 ssl" 1.11 + 1.12 DEPENDS="openssl" 1.13 BUILD_DEPENDS="openssl-dev" 1.14 SUGGESTED="haserl" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 -WEB_SITE="http://www.eterna.com.au/$PACKAGE/" 1.17 -WGET_URL="http://www.eterna.com.au/$PACKAGE/$TARBALL" 1.18 -TAGS="http server lightweight cgi ipv6 ssl" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - cd $src 1.24 make -f Makefile.boot all 1.25 - mkdir -p $PWD/_pkg/usr/bin 1.26 - mv bozohttpd $PWD/_pkg/usr/bin/ 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - mkdir -p $fs/usr 1.33 - cp -a $_pkg/usr/bin $fs/usr 1.34 + mkdir -p $fs/usr/bin 1.35 + cp -a $src/bozohttpd $fs/usr/bin 1.36 }
2.1 --- a/cantarell-fonts/receipt Fri Jun 14 08:43:56 2013 +0200 2.2 +++ b/cantarell-fonts/receipt Fri Jun 14 12:25:09 2013 +0000 2.3 @@ -5,7 +5,7 @@ 2.4 CATEGORY="x-window" 2.5 SHORT_DESC="Sans serif font family designed for on-screen readability" 2.6 MAINTAINER="al.bobylev@gmail.com" 2.7 -LICENSE="SIL OFL1.1" 2.8 +LICENSE="SIL_OFL" 2.9 WEB_SITE="https://live.gnome.org/CantarellFonts" 2.10 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.11 SERIES="$(echo $VERSION | cut -d. -f1,2)"
3.1 --- a/cd-discid/receipt Fri Jun 14 08:43:56 2013 +0200 3.2 +++ b/cd-discid/receipt Fri Jun 14 12:25:09 2013 +0000 3.3 @@ -5,23 +5,24 @@ 3.4 CATEGORY="multimedia" 3.5 SHORT_DESC="Utility to get CDDB discid information from a CD-ROM disc" 3.6 MAINTAINER="domcox@slitaz.org" 3.7 +WEB_SITE="http://linukz.org/cd-discid.shtml" 3.8 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.9 +WGET_URL="http://linukz.org/download/$TARBALL" 3.10 +TAGS="audio CD CDDB" 3.11 + 3.12 DEPENDS="" 3.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 3.14 -WEB_SITE="http://linukz.org/cd-discid.shtml" 3.15 -WGET_URL="http://linukz.org/download/$TARBALL" 3.16 -TAGS="audio cd cddb" 3.17 3.18 # Rules to configure and make the package. 3.19 compile_rules() 3.20 { 3.21 - cd $src 3.22 - make && make DESTDIR=$PWD/_pkg install 3.23 + make && 3.24 + make DESTDIR=$install install 3.25 } 3.26 3.27 # Rules to gen a SliTaz package suitable for Tazpkg. 3.28 genpkg_rules() 3.29 { 3.30 mkdir -p $fs/usr 3.31 - cp -a $_pkg/usr/bin $fs/usr 3.32 + cp -a $install/usr/bin $fs/usr 3.33 } 3.34
4.1 --- a/croscore-fonts/receipt Fri Jun 14 08:43:56 2013 +0200 4.2 +++ b/croscore-fonts/receipt Fri Jun 14 12:25:09 2013 +0000 4.3 @@ -5,7 +5,7 @@ 4.4 CATEGORY="x-window" 4.5 SHORT_DESC="Chrome OS Fonts: Arimo (sans), Cousine (monospace), Tinos (serif), and Symbol Neu (symbol)" 4.6 MAINTAINER="al.bobylev@gmail.com" 4.7 -LICENSE="SIL Open Font License http://en.wikipedia.org/wiki/SIL_Open_Font_License" 4.8 +LICENSE="SIL_OFL" 4.9 WEB_SITE="http://fedoraproject.org/wiki/Google_Croscore_fonts" 4.10 TARBALL="croscorefonts-$VERSION.tar.gz" 4.11 WGET_URL="http://gsdview.appspot.com/chromeos-localmirror/distfiles/$TARBALL"
5.1 --- a/djvulibre-dev/receipt Fri Jun 14 08:43:56 2013 +0200 5.2 +++ b/djvulibre-dev/receipt Fri Jun 14 12:25:09 2013 +0000 5.3 @@ -2,7 +2,7 @@ 5.4 5.5 PACKAGE="djvulibre-dev" 5.6 VERSION="3.5.25.3" 5.7 -CATEGORY="developement" 5.8 +CATEGORY="development" 5.9 SHORT_DESC="A web-centric format and software platform for distributing documents and images, development files." 5.10 MAINTAINER="pascal.bellard@slitaz.org" 5.11 WEB_SITE="http://djvu.sourceforge.net/"
6.1 --- a/fdutils/receipt Fri Jun 14 08:43:56 2013 +0200 6.2 +++ b/fdutils/receipt Fri Jun 14 12:25:09 2013 +0000 6.3 @@ -2,7 +2,7 @@ 6.4 6.5 PACKAGE="fdutils" 6.6 VERSION="5.5" 6.7 -CATEGORY="system" 6.8 +CATEGORY="system-tools" 6.9 SHORT_DESC="Utilities for configuring and formatting floppy." 6.10 MAINTAINER="pascal.bellard@slitaz.org" 6.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
7.1 --- a/ffmpegthumbnailer/receipt Fri Jun 14 08:43:56 2013 +0200 7.2 +++ b/ffmpegthumbnailer/receipt Fri Jun 14 12:25:09 2013 +0000 7.3 @@ -2,7 +2,7 @@ 7.4 7.5 PACKAGE="ffmpegthumbnailer" 7.6 VERSION="2.0.8" 7.7 -CATEGORY="system" 7.8 +CATEGORY="system-tools" 7.9 SHORT_DESC="Lightweight video thumbnailer that can be used by file managers" 7.10 MAINTAINER="al.bobylev@gmail.com" 7.11 LICENSE="GPL2"
8.1 --- a/liberation-fonts-base/receipt Fri Jun 14 08:43:56 2013 +0200 8.2 +++ b/liberation-fonts-base/receipt Fri Jun 14 12:25:09 2013 +0000 8.3 @@ -5,7 +5,7 @@ 8.4 CATEGORY="x-window" 8.5 SHORT_DESC="Liberation fonts (only regular)" 8.6 MAINTAINER="al.bobylev@gmail.com" 8.7 -LICENSE="SIL Open Font License, Version 1.1" 8.8 +LICENSE="SIL_OFL" 8.9 WEB_SITE="https://www.redhat.com/promo/fonts/" 8.10 SOURCE="liberation-fonts" 8.11 TARBALL="$SOURCE-ttf-$VERSION.tar.gz"
9.1 --- a/liberation-fonts/receipt Fri Jun 14 08:43:56 2013 +0200 9.2 +++ b/liberation-fonts/receipt Fri Jun 14 12:25:09 2013 +0000 9.3 @@ -5,7 +5,7 @@ 9.4 CATEGORY="x-window" 9.5 SHORT_DESC="Liberation fonts" 9.6 MAINTAINER="al.bobylev@gmail.com" 9.7 -LICENSE="SIL Open Font License, Version 1.1" 9.8 +LICENSE="SIL_OFL" 9.9 WEB_SITE="https://www.redhat.com/promo/fonts/" 9.10 9.11 WANTED="liberation-fonts-base"
10.1 --- a/opencore-amr-dev/receipt Fri Jun 14 08:43:56 2013 +0200 10.2 +++ b/opencore-amr-dev/receipt Fri Jun 14 12:25:09 2013 +0000 10.3 @@ -5,7 +5,7 @@ 10.4 CATEGORY="multimedia" 10.5 SHORT_DESC="Adaptive Multi Rate (AMR) speech codec -dev files" 10.6 MAINTAINER="domcox@slitaz.org" 10.7 -LICENSE="apache" 10.8 +LICENSE="Apache" 10.9 WEB_SITE="http://opencore-amr.sourceforge.net" 10.10 WANTED="opencore-amr" 10.11
11.1 --- a/opencore-amr/receipt Fri Jun 14 08:43:56 2013 +0200 11.2 +++ b/opencore-amr/receipt Fri Jun 14 12:25:09 2013 +0000 11.3 @@ -5,7 +5,7 @@ 11.4 CATEGORY="multimedia" 11.5 SHORT_DESC="Adaptive Multi Rate (AMR) speech codec" 11.6 MAINTAINER="domcox@slitaz.org" 11.7 -LICENSE="apache" 11.8 +LICENSE="Apache" 11.9 WEB_SITE="http://opencore-amr.sourceforge.net" 11.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 11.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12.1 --- a/rubyripper/receipt Fri Jun 14 08:43:56 2013 +0200 12.2 +++ b/rubyripper/receipt Fri Jun 14 12:25:09 2013 +0000 12.3 @@ -5,32 +5,32 @@ 12.4 CATEGORY="multimedia" 12.5 SHORT_DESC="A secure audio disc ripper" 12.6 MAINTAINER="domcox@slitaz.org" 12.7 +WEB_SITE="http://code.google.com/p/rubyripper" 12.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 12.9 +WGET_URL="http://rubyripper.googlecode.com/files/$TARBALL" 12.10 +TAGS="audio CD ripper" 12.11 + 12.12 +SUGGESTED="ruby-gtk2 lame orgenc" 12.13 DEPENDS="cd-discid cdparanoia-III flac normalize ruby" 12.14 -SUGGESTED="ruby-gtk2 lame orgenc" 12.15 BUILD_DEPENDS="cd-discid cdparanoia-III lame normalize ruby vorbis-tools" 12.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 12.17 -WEB_SITE="http://code.google.com/p/rubyripper" 12.18 -WGET_URL="http://rubyripper.googlecode.com/files/$TARBALL" 12.19 -TAGS="audio cd ripper" 12.20 12.21 # Rules to configure and make the package. 12.22 compile_rules() 12.23 { 12.24 - cd $src 12.25 ./configure \ 12.26 --prefix=/usr \ 12.27 --enable-gtk2 \ 12.28 --enable-cli \ 12.29 --enable-lang-all \ 12.30 - && make && make DESTDIR=$PWD/_pkg install 12.31 + && make && make DESTDIR=$DESTDIR install 12.32 } 12.33 12.34 # Rules to gen a SliTaz package suitable for Tazpkg. 12.35 genpkg_rules() 12.36 { 12.37 mkdir -p $fs/usr 12.38 - cp -a $_pkg/usr/bin $fs/usr 12.39 - cp -a $_pkg/usr/lib $fs/usr 12.40 + cp -a $install/usr/bin $fs/usr 12.41 + cp -a $install/usr/lib $fs/usr 12.42 # launcher 12.43 cp -a $stuff/$PACKAGE $fs/usr/bin 12.44 }
13.1 --- a/schroedinger-dev/receipt Fri Jun 14 08:43:56 2013 +0200 13.2 +++ b/schroedinger-dev/receipt Fri Jun 14 12:25:09 2013 +0000 13.3 @@ -5,7 +5,7 @@ 13.4 CATEGORY="multimedia" 13.5 SHORT_DESC="Dirac video compression library - dev files" 13.6 MAINTAINER="domcox@slitaz.org" 13.7 -LICENSE="mpl LGPL MIT" 13.8 +LICENSE="MPL LGPL MIT" 13.9 WEB_SITE="http://diracvideo.org/" 13.10 WANTED="schroedinger" 13.11
14.1 --- a/schroedinger/receipt Fri Jun 14 08:43:56 2013 +0200 14.2 +++ b/schroedinger/receipt Fri Jun 14 12:25:09 2013 +0000 14.3 @@ -5,10 +5,11 @@ 14.4 CATEGORY="multimedia" 14.5 SHORT_DESC="Dirac video compression library" 14.6 MAINTAINER="domcox@slitaz.org" 14.7 -LICENSE="mpl LGPL MIT" 14.8 +LICENSE="MPL LGPL MIT" 14.9 WEB_SITE="http://diracvideo.org/" 14.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 14.11 WGET_URL="$WEB_SITE/download/$PACKAGE/$TARBALL" 14.12 + 14.13 DEPENDS="orc" 14.14 BUILD_DEPENDS="orc-dev" 14.15
15.1 --- a/slib/receipt Fri Jun 14 08:43:56 2013 +0200 15.2 +++ b/slib/receipt Fri Jun 14 12:25:09 2013 +0000 15.3 @@ -5,7 +5,7 @@ 15.4 CATEGORY="office" 15.5 SHORT_DESC="portable library for the programming language Scheme" 15.6 MAINTAINER="domcox@slitaz.org" 15.7 -LICENSE="Public Domain" 15.8 +LICENSE="PublicDomain" 15.9 WEB_SITE="http://people.csail.mit.edu/jaffer/SLIB" 15.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 15.11 WGET_URL="http://groups.csail.mit.edu/mac/ftpdir/scm/$TARBALL"
16.1 --- a/terminology/receipt Fri Jun 14 08:43:56 2013 +0200 16.2 +++ b/terminology/receipt Fri Jun 14 12:25:09 2013 +0000 16.3 @@ -5,7 +5,7 @@ 16.4 CATEGORY="base-system" 16.5 SHORT_DESC="Terminology is a terminal emulator with innovative features." 16.6 MAINTAINER="domcox@slitaz.org" 16.7 -LICENSE="gpl" 16.8 +LICENSE="GPL" 16.9 WEB_SITE="http://www.enlightenment.org/" 16.10 TARBALL="$PACKAGE-${VERSION%-*}.tar.gz" 16.11 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
17.1 --- a/ttf-bitstream-vera/receipt Fri Jun 14 08:43:56 2013 +0200 17.2 +++ b/ttf-bitstream-vera/receipt Fri Jun 14 12:25:09 2013 +0000 17.3 @@ -8,7 +8,7 @@ 17.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 17.5 WEB_SITE="http://www.gnome.org/fonts/" 17.6 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$VERSION/$TARBALL" 17.7 -TAGS="fonts" 17.8 +TAGS="font" 17.9 17.10 # Rules to gen a SliTaz package suitable for Tazpkg. 17.11 genpkg_rules()
18.1 --- a/ttf-dejavu-extra/receipt Fri Jun 14 08:43:56 2013 +0200 18.2 +++ b/ttf-dejavu-extra/receipt Fri Jun 14 12:25:09 2013 +0000 18.3 @@ -4,11 +4,10 @@ 18.4 VERSION="2.32" 18.5 CATEGORY="x-window" 18.6 SHORT_DESC="DejaVu True Type Font (extra)." 18.7 -SOURCE="dejavu-fonts-ttf" 18.8 -WANTED="ttf-dejavu" 18.9 MAINTAINER="pankso@slitaz.org" 18.10 WEB_SITE="http://dejavu.sourceforge.net/" 18.11 -TAGS="fonts" 18.12 +WANTED="ttf-dejavu" 18.13 +TAGS="font" 18.14 18.15 # Rules to gen a SliTaz package suitable for Tazpkg. 18.16 genpkg_rules()
19.1 --- a/ttf-dejavu/receipt Fri Jun 14 08:43:56 2013 +0200 19.2 +++ b/ttf-dejavu/receipt Fri Jun 14 12:25:09 2013 +0000 19.3 @@ -4,12 +4,12 @@ 19.4 VERSION="2.32" 19.5 CATEGORY="x-window" 19.6 SHORT_DESC="DejaVu True Type Font (minimum)." 19.7 +MAINTAINER="pankso@slitaz.org" 19.8 +WEB_SITE="http://dejavu.sourceforge.net/" 19.9 SOURCE="dejavu-fonts-ttf" 19.10 -MAINTAINER="pankso@slitaz.org" 19.11 TARBALL="$SOURCE-$VERSION.tar.bz2" 19.12 -WEB_SITE="http://dejavu.sourceforge.net/" 19.13 WGET_URL="$SF_MIRROR/dejavu/$TARBALL" 19.14 -TAGS="fonts" 19.15 +TAGS="font" 19.16 19.17 # Rules to gen a SliTaz package suitable for Tazpkg. 19.18 genpkg_rules()
20.1 --- a/ttf-roboto-base/receipt Fri Jun 14 08:43:56 2013 +0200 20.2 +++ b/ttf-roboto-base/receipt Fri Jun 14 12:25:09 2013 +0000 20.3 @@ -5,7 +5,7 @@ 20.4 CATEGORY="x-window" 20.5 SHORT_DESC="Android Roboto Fonts (base family)" 20.6 MAINTAINER="al.bobylev@gmail.com" 20.7 -LICENSE="Apache License 2.0 /usr/share/fonts/truetype/ttf-roboto/COPYING.txt" 20.8 +LICENSE="Apache" 20.9 WEB_SITE="http://developer.android.com/design/style/typography.html" 20.10 TARBALL="Roboto_Hinted_$VERSION.zip" 20.11 WGET_URL="http://developer.android.com/downloads/design/$TARBALL"
21.1 --- a/ttf-roboto/receipt Fri Jun 14 08:43:56 2013 +0200 21.2 +++ b/ttf-roboto/receipt Fri Jun 14 12:25:09 2013 +0000 21.3 @@ -5,7 +5,7 @@ 21.4 CATEGORY="x-window" 21.5 SHORT_DESC="Android Roboto Fonts" 21.6 MAINTAINER="al.bobylev@gmail.com" 21.7 -LICENSE="Apache License 2.0 /usr/share/fonts/truetype/ttf-roboto/COPYING.txt" 21.8 +LICENSE="Apache" 21.9 WEB_SITE="http://developer.android.com/design/style/typography.html" 21.10 WANTED="ttf-roboto-base" 21.11 DEPENDS="ttf-roboto-base"
22.1 --- a/tumbler/receipt Fri Jun 14 08:43:56 2013 +0200 22.2 +++ b/tumbler/receipt Fri Jun 14 12:25:09 2013 +0000 22.3 @@ -2,7 +2,7 @@ 22.4 22.5 PACKAGE="tumbler" 22.6 VERSION="0.1.27" 22.7 -CATEGORY="system" 22.8 +CATEGORY="system-tools" 22.9 SHORT_DESC="A D-Bus thumbnailing service based on the thumbnail management D-Bus specification" 22.10 MAINTAINER="al.bobylev@gmail.com" 22.11 LICENSE="GPL2 LGPL2.1"
23.1 --- a/ufiformat/receipt Fri Jun 14 08:43:56 2013 +0200 23.2 +++ b/ufiformat/receipt Fri Jun 14 12:25:09 2013 +0000 23.3 @@ -2,7 +2,7 @@ 23.4 23.5 PACKAGE="ufiformat" 23.6 VERSION="0.9.9" 23.7 -CATEGORY="system" 23.8 +CATEGORY="system-tools" 23.9 SHORT_DESC="Low level (physical) formatting tool on USB-FDD." 23.10 MAINTAINER="pascal.bellard@slitaz.org" 23.11 TARBALL="$PACKAGE-$VERSION.tar.gz"
24.1 --- a/wqy-bitmapfont/receipt Fri Jun 14 08:43:56 2013 +0200 24.2 +++ b/wqy-bitmapfont/receipt Fri Jun 14 12:25:09 2013 +0000 24.3 @@ -5,22 +5,16 @@ 24.4 CATEGORY="x-window" 24.5 SHORT_DESC="A popular Chinese bitmap font." 24.6 MAINTAINER="tsjz@ymail.com" 24.7 -TARBALL="wqy-bitmapfont-pcf-0.9.9-0.tar.gz" 24.8 WEB_SITE="http://www.wqy.org/" 24.9 +TARBALL="$PACKAGE-pcf-0.9.9-0.tar.gz" 24.10 WGET_URL="$SF_MIRROR/wqy/$TARBALL" 24.11 -TAGS="fonts" 24.12 - 24.13 -# Rules to configure and make the package. 24.14 -compile_rules() 24.15 -{ 24.16 - mkdir -p $DESTDIR 24.17 - cp -a $src/* $DESTDIR 24.18 -} 24.19 +TAGS="font" 24.20 24.21 genpkg_rules() 24.22 { 24.23 - mkdir -p $fs/usr/share/fonts/wqy/wqy-bitmapfont/ 24.24 - cp -a $_pkg/*.pcf $fs/usr/share/fonts/wqy/wqy-bitmapfont/ 24.25 + FONT=$fs/usr/share/fonts/wqy/wqy-bitmapfont 24.26 + mkdir -p $FONT 24.27 + cp -a $src/*.pcf $FONT 24.28 } 24.29 24.30 pre_install()
25.1 --- a/zlib/receipt Fri Jun 14 08:43:56 2013 +0200 25.2 +++ b/zlib/receipt Fri Jun 14 12:25:09 2013 +0000 25.3 @@ -5,7 +5,7 @@ 25.4 CATEGORY="base-system" 25.5 SHORT_DESC="Compression library." 25.6 MAINTAINER="pankso@slitaz.org" 25.7 -LICENSE="http://www.zlib.net/zlib_license.html" 25.8 +LICENSE="zlib/libpng" 25.9 TARBALL="$PACKAGE-$VERSION.tar.xz" 25.10 WEB_SITE="http://zlib.net" 25.11 WGET_URL="$SF_MIRROR/libpng/$TARBALL"