diff --git a/lang/perl-test-harness/Makefile b/lang/perl-test-harness/Makefile index bddb89c2a..a0d5047d3 100644 --- a/lang/perl-test-harness/Makefile +++ b/lang/perl-test-harness/Makefile @@ -9,6 +9,9 @@ PKG_MD5SUM:=69a8a019eeb952fe97e3ac0767c726da PKG_SOURCE_URL:=http://search.cpan.org/CPAN/authors/id/O/OV/OVID PKG_SOURCE:=Test-Harness-$(PKG_VERSION).tar.gz +PKG_LICENSE:=GPLv2 ARTISTIC +PKG_LICENSE_FILES:= + PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Test-Harness-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/lang/perl/Makefile b/lang/perl/Makefile index b059ac40e..bbdc55d64 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -18,6 +18,9 @@ PKG_SOURCE_URL:=ftp://ftp.cpan.org/pub/CPAN/src/5.0 \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_LICENSE:=GPLv1 ARTISTIC +PKG_LICENSE_FILES:=Copying Artisitc README + PKG_BUILD_DIR:=$(BUILD_DIR)/perl/$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/lang/python-flup/Makefile b/lang/python-flup/Makefile index c706e9348..e3c82bae4 100644 --- a/lang/python-flup/Makefile +++ b/lang/python-flup/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=flup-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pypi.python.org/packages/source/f/flup/ PKG_MD5SUM:=24dad7edc5ada31dddd49456ee8d5254 +PKG_LICENSE:=BSD +PKG_LICENSE_FILES:PKG-INFO + PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=python diff --git a/lang/python-mimms/Makefile b/lang/python-mimms/Makefile index a793b05de..b84bc535e 100644 --- a/lang/python-mimms/Makefile +++ b/lang/python-mimms/Makefile @@ -18,6 +18,9 @@ PKG_MD5SUM:=ec629d8899551b4789ba15c17402c36f PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=python +PKG_LICENSE:=GPLv3 +PKG_LICENSE_FILES:=COPYING + include $(INCLUDE_DIR)/package.mk $(call include_mk, python-package.mk) diff --git a/lang/python-pydaemon/Makefile b/lang/python-pydaemon/Makefile index 9ddd233a7..f3490c3dc 100644 --- a/lang/python-pydaemon/Makefile +++ b/lang/python-pydaemon/Makefile @@ -13,7 +13,10 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://wookr.com/pydaemon/dl/ -#PKG_MD5SUM:=24dad7edc5ada31dddd49456ee8d5254 +PKG_MD5SUM:=99f844f4d40c21c4d99a8659ecff000d + +PKG_LICENSE:=BSD +PKG_LICENSE_FILES:=License.txt PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=python diff --git a/lang/python-pyosc/Makefile b/lang/python-pyosc/Makefile index 53f1984ba..d843938fa 100644 --- a/lang/python-pyosc/Makefile +++ b/lang/python-pyosc/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://trac.v2.nl/raw-attachment/wiki/pyOSC PKG_MD5SUM:=933f85d1ae76f31e711d4a2228507dd8 +PKG_LICENSE:=LGPLv2.1 +PKG_LICENSE_FILES:=lesser.txt + PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=python diff --git a/lang/python-rsfile/Makefile b/lang/python-rsfile/Makefile index 417743bff..126560697 100644 --- a/lang/python-rsfile/Makefile +++ b/lang/python-rsfile/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pypi.python.org/packages/source/R/RSFile PKG_MD5SUM:=06f53cbcc268039212a853703abcb85a +PKG_LICENSE:=MIT +PKG_LICENSE_FILES:= + PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=python diff --git a/lang/python-webpy/Makefile b/lang/python-webpy/Makefile index 8f3c7afad..0350e0d9f 100644 --- a/lang/python-webpy/Makefile +++ b/lang/python-webpy/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=web.py-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://webpy.org/static/ PKG_MD5SUM:=93375e3f03e74d6bf5c5096a4962a8db +PKG_LICENSE:=PUBLICDOMAIN BSD +PKG_LICENSE_FILES:= + PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DEPENDS:=python diff --git a/lang/python/Makefile b/lang/python/Makefile index 59ab10ec5..e17740f68 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION) PKG_MD5SUM:=62c4c1699170078c469f79ddfed21bc0 +PKG_LICENSE:=PSF +PKG_LICENSE_FILES:=LICENSE Modules/_ctypes/libffi_msvc/LICENSE Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Tools/pybench/LICENSE + PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 HOST_BUILD_PARALLEL:=1 diff --git a/libs/aalib/Makefile b/libs/aalib/Makefile index b8d1ff50c..274584bfa 100644 --- a/libs/aalib/Makefile +++ b/libs/aalib/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/aa-project PKG_MD5SUM:=790434e0f2005fc95559ab3eab42e746 +PKG_LICENSE:=LGPLv2 +PKG_LICENSE_FILE:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/alsa-lib/Makefile b/libs/alsa-lib/Makefile index fd12fe94c..97540c389 100644 --- a/libs/alsa-lib/Makefile +++ b/libs/alsa-lib/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/lib/ \ http://alsa.cybermirror.org/lib/ PKG_MD5SUM:=7cc05f25e1d5b65da8fb3fdcd540f226 +PKG_LICENSE:=LGPLv2.1 GPLv2 +PKG_LICENSE_FILE:=COPYING aserver/COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/curl/Makefile b/libs/curl/Makefile index e2af01bfe..6b70f2982 100644 --- a/libs/curl/Makefile +++ b/libs/curl/Makefile @@ -21,6 +21,9 @@ PKG_SOURCE_URL:=http://curl.haxx.se/download/ \ http://curl.mirrors.cyberservers.net/download/ PKG_MD5SUM:=0296d3196b4bf82c896a869b38dbc5f2 +PKG_LICENSE:=MIT +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 diff --git a/libs/cyrus-sasl/Makefile b/libs/cyrus-sasl/Makefile index ca78de83e..4a87dc747 100644 --- a/libs/cyrus-sasl/Makefile +++ b/libs/cyrus-sasl/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://ftp.andrew.cmu.edu/pub/cyrus-mail/ PKG_MD5SUM:=2eb0e48106f0e9cd8001e654f267ecbc +PKG_LICENSE:=BSD-4c BSD +PKG_LICENSE_FILES:=COPYING cmulocal/COPYING saslauthd/COPYING + PKG_BUILD_DEPENDS:=libopenssl PKG_FIXUP:=autoreconf diff --git a/libs/db47/Makefile b/libs/db47/Makefile index 73e322333..6369cd649 100644 --- a/libs/db47/Makefile +++ b/libs/db47/Makefile @@ -17,6 +17,9 @@ PKG_SOURCE:=db-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.oracle.com/berkeley-db/ PKG_MD5SUM:=073ab7f20d24b3872a51ca762f5090e7 +PKG_LICENSE:=BSD-2c +PKG_LICENSE_FILES:=LICENSE + PKG_FIXUP:=autoreconf PKG_LIBTOOL_PATHS:=. build_unix PKG_BUILD_PARALLEL:=1 diff --git a/libs/expat/Makefile b/libs/expat/Makefile index 14d254b67..39081b8de 100644 --- a/libs/expat/Makefile +++ b/libs/expat/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MD5SUM:=ee8b492592568805593f81f8cdf2a04c PKG_SOURCE_URL:=@SF/expat +PKG_LICENSE:=MIT +PACKAGE_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=conftools/libtool.m4 diff --git a/libs/file/Makefile b/libs/file/Makefile index 8a241df6a..7831a4302 100644 --- a/libs/file/Makefile +++ b/libs/file/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.astron.com/pub/file/ PKG_MD5SUM:=16a407bd66d6c7a832f3a5c0d609c27b +PKG_LICENSE:=BSD-2c +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 diff --git a/libs/flac/Makefile b/libs/flac/Makefile index 71b2f51bb..2cf467b57 100644 --- a/libs/flac/Makefile +++ b/libs/flac/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE_URL:=@SF/flac PKG_MD5SUM:= PKG_INSTALL:=1 +PKG_LICENSE:=GFDLv1.2 GPLv2 LGPLv2.1 BSD-3c +PKG_LICENSE_FILES:=README COPYING.FDL COPYING.GPL COPYING.LGPL COPYING.Xiph + PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=autogen.sh aclocal.m4 diff --git a/libs/freetype/Makefile b/libs/freetype/Makefile index fb4c83451..6891847a4 100644 --- a/libs/freetype/Makefile +++ b/libs/freetype/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/freetype PKG_MD5SUM:=dbf2caca1d3afd410a29217a9809d397 +PKG_LICENSE:=FTL GPLv2 MIT ZLIB +PKG_LICENSE_FILES:=docs/LICENSE.TXT docs/FTL.TXT docs/GPLv2.TXT src/bdf/README src/pcf/README src/gzip/zlib.h + PKG_FIXUP:=autoreconf PKG_LIBTOOL_PATHS:=builds/unix diff --git a/libs/fribidi/Makefile b/libs/fribidi/Makefile index 0caf1468a..2ba43b2b3 100644 --- a/libs/fribidi/Makefile +++ b/libs/fribidi/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://fribidi.org/download PKG_MD5SUM:=647aee89079b056269ff0918dc1c6d28 +PKG_LICENSE:=LGPLv2.1 +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/gdbm/Makefile b/libs/gdbm/Makefile index b992daed1..a608e214c 100644 --- a/libs/gdbm/Makefile +++ b/libs/gdbm/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/gdbm PKG_MD5SUM:=59f6e4c4193cb875964ffbe8aa384b58 +PKG_LICENSE:=GPLv3 +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=0 diff --git a/libs/giflib/Makefile b/libs/giflib/Makefile index 425043d07..01e3353aa 100644 --- a/libs/giflib/Makefile +++ b/libs/giflib/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/giflib PKG_MD5SUM:=7125644155ae6ad33dbc9fc15a14735f +PKG_LICENSE:=MIT +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=autogen.sh aclocal.m4 diff --git a/libs/glib/Makefile b/libs/glib/Makefile index 677280871..37b8ca77a 100644 --- a/libs/glib/Makefile +++ b/libs/glib/Makefile @@ -18,6 +18,9 @@ PKG_SOURCE_URL:=ftp://ftp.gtk.org/pub/gtk/v1.2 \ http://www.mirrorservice.org/sites/ftp.gimp.org/pub/gtk/v1.2/ PKG_MD5SUM:=6fe30dad87c77b91b632def29dd69ef9 +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=COPYING docs/reference/COPYING glib/pcre/COPYING gmodule/COPYING + PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 acinclude.m4 diff --git a/libs/gsm/Makefile b/libs/gsm/Makefile index 916105d26..7a367e473 100644 --- a/libs/gsm/Makefile +++ b/libs/gsm/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://user.cs.tu-berlin.de/~jutta/gsm/ PKG_MD5SUM:=c1ba392ce61dc4aff1c29ea4e92f6df4 +PKG_LICENSE:=FREE +PKG_LICENSE_FILES:=COPYRIGHT + PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-1.0-pl13 include $(INCLUDE_DIR)/package.mk diff --git a/libs/jpeg/Makefile b/libs/jpeg/Makefile index 62c8c8632..8215ae37c 100644 --- a/libs/jpeg/Makefile +++ b/libs/jpeg/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE_URL:=http://www.ijg.org/files/ \ ftp://ftp.uu.net/graphics/jpeg/ PKG_MD5SUM:=dbd5f3b47ed13132f04c685d608a7547 +PKG_LICENSE:=FREE +PKG_LICENSE_FILES:=README + PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=libltdl diff --git a/libs/libdirectfb/Makefile b/libs/libdirectfb/Makefile index de6bcbe50..13b02e41b 100644 --- a/libs/libdirectfb/Makefile +++ b/libs/libdirectfb/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.directfb.org/downloads/Core/DirectFB-1.4 PKG_MD5SUM:=e4376c6c5b8e27d735edb7f62a7a8e86 +PKG_LICENSE:=LGPLv2.1 +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/libffi/Makefile b/libs/libffi/Makefile index e6bd7a6af..67af8f70a 100644 --- a/libs/libffi/Makefile +++ b/libs/libffi/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://sourceware.org/pub/libffi/ PKG_MD5SUM:=79390673f5d07a8fb342bc09b5055b6f +PKG_LICENSE:=MIT +PKG_LICENSE_FILES:=LICENSE + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/libid3tag/Makefile b/libs/libid3tag/Makefile index 00da827b2..9aee2d972 100644 --- a/libs/libid3tag/Makefile +++ b/libs/libid3tag/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/mad PKG_MD5SUM:=e5808ad997ba32c498803822078748c3 +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/libmad/Makefile b/libs/libmad/Makefile index aaafb9051..98da47fb4 100644 --- a/libs/libmad/Makefile +++ b/libs/libmad/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE_URL:=@SF/mad \ ftp://ftp.mars.org/pub/mpeg/ PKG_MD5SUM:=1be543bc30c56fb6bea1d7bf6a64e66c +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/libmms/Makefile b/libs/libmms/Makefile index 4c822ec25..28998a25b 100644 --- a/libs/libmms/Makefile +++ b/libs/libmms/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/libmms PKG_MD5SUM:=650ad04a4c8bd79246390b81b29680b6 +PKG_LICENSE:=LGPLv2.1 +PKG_LICENSE_FILES:=COPYING.LIB + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/libogg/Makefile b/libs/libogg/Makefile index 5028ca8fe..67edf87e5 100644 --- a/libs/libogg/Makefile +++ b/libs/libogg/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.xiph.org/releases/ogg/ PKG_MD5SUM:=10200ec22543841d9d1c23e0aed4e5e9 +PKG_LICENSE:=BSD-3c +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/libpng/Makefile b/libs/libpng/Makefile index a7d519283..8eb92ba05 100644 --- a/libs/libpng/Makefile +++ b/libs/libpng/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/libpng PKG_MD5SUM:=e8b43dc78ef95b3949af7f961d76874b +PKG_LICENSE:=LIBPNG GPLv2 +PKC_LICENSE_FILES:=LICENSE contrib/gregbook/COPYING contrib/gregbook/LICENSE + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 diff --git a/libs/libsdl/Makefile b/libs/libsdl/Makefile index 3356e9454..e87700c48 100644 --- a/libs/libsdl/Makefile +++ b/libs/libsdl/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.libsdl.org/release/ PKG_MD5SUM:=e52086d1b508fa0b76c52ee30b55bec4 +PKG_LICENSE:=LGPLv2.1 +PKG_LICENSE_FILES:=COPYING test/COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/libsndfile/Makefile b/libs/libsndfile/Makefile index f824d160e..55499c478 100644 --- a/libs/libsndfile/Makefile +++ b/libs/libsndfile/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.mega-nerd.com/libsndfile/files/ PKG_MD5SUM:=e2b7bb637e01022c7d20f95f9c3990a2 +PKG_LICENSE:=LGPLv2.1 +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/libvorbis/Makefile b/libs/libvorbis/Makefile index 9283812ea..ebc6b2c5b 100644 --- a/libs/libvorbis/Makefile +++ b/libs/libvorbis/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.xiph.org/releases/vorbis/ PKG_MD5SUM:=5aa77f55c0e0aab8eb8ed982335daac8 +PKG_LICENSE:=BSD-3c +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/libvorbisidec/Makefile b/libs/libvorbisidec/Makefile index a975bb766..151cc9ab7 100644 --- a/libs/libvorbisidec/Makefile +++ b/libs/libvorbisidec/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.de.debian.org/debian/pool/main/libv/libvorbisidec/ PKG_MD5SUM:=bc617d4af1cd74b38d7c51451dd6eff0 +PKG_LICENSE:=BSD-3c +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index 25e93fd50..735c8c80f 100644 --- a/libs/libxml2/Makefile +++ b/libs/libxml2/Makefile @@ -17,6 +17,9 @@ PKG_SOURCE_URL:=http://gd.tuwien.ac.at/languages/libxml/ \ ftp://fr.rpmfind.net/pub/libxml/ PKG_MD5SUM:=8127a65e8c3b08856093099b52599c86 +PKG_LICENSE:=MIT +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 diff --git a/libs/pcre/Makefile b/libs/pcre/Makefile index 723d4d488..a7ca6d098 100644 --- a/libs/pcre/Makefile +++ b/libs/pcre/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/pcre PKG_MD5SUM:=ef907b8792ec7f90f0dcd773848f0b3b +PKG_LICENSE:=BSD-3c +PKG_LICENSE_FILES:=LICENCE + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile index fa7746357..2c41eeb35 100644 --- a/libs/sqlite3/Makefile +++ b/libs/sqlite3/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-autoconf-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sqlite.org PKG_MD5SUM:=eb7bbd258913518ad30971ea7ecb0ca9 +PKG_LICENSE:=PUBLICDOMAIN +PKG_LICENSE_FILES:= + PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-autoconf-$(PKG_VERSION) PKG_BUILD_DEPENDS:=libncurses libreadline diff --git a/libs/tcp_wrappers/Makefile b/libs/tcp_wrappers/Makefile index ed46f0071..7b6b22c63 100644 --- a/libs/tcp_wrappers/Makefile +++ b/libs/tcp_wrappers/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.porcupine.org/pub/security PKG_MD5SUM:=e6fa25f71226d090f34de3f6b122fb5a +PKG_LICENSE:=BSD +PKG_LICENE_FILES:=DISCLAIMER + PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 0cc5e6d40..26161f234 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ffmpeg.org/releases/ PKG_MD5SUM:=31da4d5610d7138761e23fab8fe3a84d +PKG_LICENSE:=LGPLv2.1+ GPLv2+ LGPLv3 +PKG_LICENSE_FILES:=COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 + FFMPEG_CUSTOM_ENCODERS:= \ ac3 \ jpegls \ diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index bae692ebf..379f4dcd3 100644 --- a/net/lighttpd/Makefile +++ b/net/lighttpd/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://download.lighttpd.net/lighttpd/releases-1.4.x PKG_MD5SUM:=4630517b8342d4ec0a2d61a0a9e05c82 +PKG_LICENSE:=BSD-3c +PKG_LICENSE_FILES:=COPYING + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/net/portmap/Makefile b/net/portmap/Makefile index 70499aa0b..baae0aa65 100644 --- a/net/portmap/Makefile +++ b/net/portmap/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://neil.brown.name/portmap/ PKG_MD5SUM:=ac108ab68bf0f34477f8317791aaf1ff +PKG_LICENSE:=BSD-4c +PKG_LICENSE_FILES:=portmap.man + PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 3764aae3a..339b3cfe5 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_MD5SUM:=ddf679a5d4d80096a59f3affc64f16e5 +PKG_LICENSE:=UNFS3 +PKG_LICENSE_FILES:=LICENSE + PKG_BUILD_PARALLEL:=0 include $(INCLUDE_DIR)/package.mk diff --git a/sound/lame/Makefile b/sound/lame/Makefile index 53b227c60..5695dd80f 100644 --- a/sound/lame/Makefile +++ b/sound/lame/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE_URL:=@SF/lame PKG_MD5SUM:=719dae0ee675d0c16e0e89952930ed35 PKG_FIXUP:=autoreconf +PKG_LICENSE:=LGPLv2 +PKG_LICENSE_FILES:=COPYING LICENSE + include $(INCLUDE_DIR)/package.mk PKG_INSTALL=1 diff --git a/sound/sox/Makefile b/sound/sox/Makefile index 1f0a7365d..5cb5f4fb3 100644 --- a/sound/sox/Makefile +++ b/sound/sox/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/sox PKG_MD5SUM:=813807c6d6fcd4b0af5c995e61f46687 +PKG_LICENSE:=LGPLv2.1 GPLv2 +PKG_LICENSE_FILES:=COPYING LICENSE.LGPL LICENSE.GPL + PKG_FIXUP:=autoreconf PKG_INSTALL:=1 diff --git a/utils/bzip2/Makefile b/utils/bzip2/Makefile index 1cdfaa4a0..9ee09f969 100644 --- a/utils/bzip2/Makefile +++ b/utils/bzip2/Makefile @@ -15,6 +15,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.bzip.org/$(PKG_VERSION) PKG_MD5SUM:=00b516f4704d4a7cb50a1d97e6e8e15b +PKG_LICENSE:=BZIP2 +PKG_LICENSE_FILES:=LICENSE + include $(INCLUDE_DIR)/package.mk define Package/libbz2 diff --git a/utils/strace/Makefile b/utils/strace/Makefile index c68a48e74..c46c53f3f 100644 --- a/utils/strace/Makefile +++ b/utils/strace/Makefile @@ -17,6 +17,9 @@ PKG_MD5SUM:=64dfe10d9db0c1e34030891695ffca4b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/$(PKG_NAME) +PKG_LICENSE:=BSD-3c +PKG_LICENSE_FILES:=COPYRIGHT + PKG_FIXUP:=autoreconf PKG_INSTALL:=1