diff options
Diffstat (limited to 'base')
117 files changed, 2030 insertions, 0 deletions
diff --git a/base/bogofilter/.footprint b/base/bogofilter/.footprint new file mode 100644 index 000000000..1396ab023 --- /dev/null +++ b/base/bogofilter/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/bogofilter.cf.example +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/bf_compact +-rwxr-xr-x root/root usr/bin/bf_copy +-rwxr-xr-x root/root usr/bin/bf_tar +-rwxr-xr-x root/root usr/bin/bogofilter +-rwxr-xr-x root/root usr/bin/bogolexer +-rwxr-xr-x root/root usr/bin/bogotune +-rwxr-xr-x root/root usr/bin/bogoupgrade +-rwxr-xr-x root/root usr/bin/bogoutil +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/bf_compact.1.gz +-rw-r--r-- root/root usr/share/man/man1/bf_copy.1.gz +-rw-r--r-- root/root usr/share/man/man1/bf_tar.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogofilter.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogolexer.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogotune.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogoupgrade.1.gz +-rw-r--r-- root/root usr/share/man/man1/bogoutil.1.gz diff --git a/base/bogofilter/.md5sum b/base/bogofilter/.md5sum new file mode 100644 index 000000000..2c1fd57ad --- /dev/null +++ b/base/bogofilter/.md5sum @@ -0,0 +1 @@ +a12a16d88d6d565dacf2a5e6259a3337 bogofilter-1.2.1.tar.gz diff --git a/base/bogofilter/Pkgfile b/base/bogofilter/Pkgfile new file mode 100644 index 000000000..ebe753b19 --- /dev/null +++ b/base/bogofilter/Pkgfile @@ -0,0 +1,16 @@ +# Description: Filtre bayésien de mail et antispam +# URL: http://www.bogofilter.org +# Packager: skingrapher at legtux dot org +# Maintainer: NuTyX core team + +name=bogofilter +version=1.2.1 +release=1 +source=(http://ovh.dl.sourceforge.net/sourceforge/bogofilter/$name-$version.tar.gz) +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + } + diff --git a/base/libaio/.footprint b/base/libaio/.footprint new file mode 100644 index 000000000..5ba16204e --- /dev/null +++ b/base/libaio/.footprint @@ -0,0 +1,8 @@ +drwxr-xr-x root/root lib/ +-rw-r--r-- root/root lib/libaio.a +lrwxrwxrwx root/root lib/libaio.so -> libaio.so.1.0.1 +lrwxrwxrwx root/root lib/libaio.so.1 -> libaio.so.1.0.1 +-rwxr-xr-x root/root lib/libaio.so.1.0.1 +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/libaio.h diff --git a/base/libaio/.md5sum b/base/libaio/.md5sum new file mode 100644 index 000000000..e1f60e7e0 --- /dev/null +++ b/base/libaio/.md5sum @@ -0,0 +1 @@ +db32c19c61ca937bcb1ba48da9180682 libaio_0.3.107.orig.tar.gz diff --git a/base/libaio/Pkgfile b/base/libaio/Pkgfile new file mode 100755 index 000000000..58dbdb29d --- /dev/null +++ b/base/libaio/Pkgfile @@ -0,0 +1,19 @@ +# Description: Librairie native au noyau d'entrees/sorties asynchrones +# URL: http://ftp.debian.org/debian/pool/main/liba/libaio/ +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com + +name=libaio +version=0.3.107 +release=1 +source=(http://ftp.debian.org/debian/pool/main/liba/$name/libaio_$version.orig.tar.gz) + +build() { +cd $name-$version + make + make prefix=$PKG/usr install + mkdir -p $PKG/lib + mv $PKG/usr/lib/* $PKG/lib + rm -rf $PKG/usr/lib +} + diff --git a/base/libcdio/.footprint b/base/libcdio/.footprint new file mode 100644 index 000000000..d3b6d4942 --- /dev/null +++ b/base/libcdio/.footprint @@ -0,0 +1,111 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/cd-drive +-rwxr-xr-x root/root usr/bin/cd-info +-rwxr-xr-x root/root usr/bin/cd-paranoia +-rwxr-xr-x root/root usr/bin/cd-read +-rwxr-xr-x root/root usr/bin/cdda-player +-rwxr-xr-x root/root usr/bin/iso-info +-rwxr-xr-x root/root usr/bin/iso-read +-rwxr-xr-x root/root usr/bin/mmc-tool +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/cdio++/ +-rw-r--r-- root/root usr/include/cdio++/cdio.hpp +-rw-r--r-- root/root usr/include/cdio++/cdtext.hpp +-rw-r--r-- root/root usr/include/cdio++/device.hpp +-rw-r--r-- root/root usr/include/cdio++/devices.hpp +-rw-r--r-- root/root usr/include/cdio++/disc.hpp +-rw-r--r-- root/root usr/include/cdio++/enum.hpp +-rw-r--r-- root/root usr/include/cdio++/iso9660.hpp +-rw-r--r-- root/root usr/include/cdio++/mmc.hpp +-rw-r--r-- root/root usr/include/cdio++/read.hpp +-rw-r--r-- root/root usr/include/cdio++/track.hpp +drwxr-xr-x root/root usr/include/cdio/ +-rw-r--r-- root/root usr/include/cdio/audio.h +-rw-r--r-- root/root usr/include/cdio/bytesex.h +-rw-r--r-- root/root usr/include/cdio/bytesex_asm.h +-rw-r--r-- root/root usr/include/cdio/cd_types.h +-rw-r--r-- root/root usr/include/cdio/cdda.h +-rw-r--r-- root/root usr/include/cdio/cdio.h +-rw-r--r-- root/root usr/include/cdio/cdio_config.h +-rw-r--r-- root/root usr/include/cdio/cdtext.h +-rw-r--r-- root/root usr/include/cdio/device.h +-rw-r--r-- root/root usr/include/cdio/disc.h +-rw-r--r-- root/root usr/include/cdio/ds.h +-rw-r--r-- root/root usr/include/cdio/dvd.h +-rw-r--r-- root/root usr/include/cdio/ecma_167.h +-rw-r--r-- root/root usr/include/cdio/iso9660.h +-rw-r--r-- root/root usr/include/cdio/logging.h +-rw-r--r-- root/root usr/include/cdio/mmc.h +-rw-r--r-- root/root usr/include/cdio/paranoia.h +-rw-r--r-- root/root usr/include/cdio/posix.h +-rw-r--r-- root/root usr/include/cdio/read.h +-rw-r--r-- root/root usr/include/cdio/rock.h +-rw-r--r-- root/root usr/include/cdio/sector.h +-rw-r--r-- root/root usr/include/cdio/track.h +-rw-r--r-- root/root usr/include/cdio/types.h +-rw-r--r-- root/root usr/include/cdio/udf.h +-rw-r--r-- root/root usr/include/cdio/udf_file.h +-rw-r--r-- root/root usr/include/cdio/udf_time.h +-rw-r--r-- root/root usr/include/cdio/utf8.h +-rw-r--r-- root/root usr/include/cdio/util.h +-rw-r--r-- root/root usr/include/cdio/version.h +-rw-r--r-- root/root usr/include/cdio/xa.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libcdio++.a +-rwxr-xr-x root/root usr/lib/libcdio++.la +lrwxrwxrwx root/root usr/lib/libcdio++.so -> libcdio++.so.0.0.2 +lrwxrwxrwx root/root usr/lib/libcdio++.so.0 -> libcdio++.so.0.0.2 +-rwxr-xr-x root/root usr/lib/libcdio++.so.0.0.2 +-rw-r--r-- root/root usr/lib/libcdio.a +-rwxr-xr-x root/root usr/lib/libcdio.la +lrwxrwxrwx root/root usr/lib/libcdio.so -> libcdio.so.12.0.0 +lrwxrwxrwx root/root usr/lib/libcdio.so.12 -> libcdio.so.12.0.0 +-rwxr-xr-x root/root usr/lib/libcdio.so.12.0.0 +-rw-r--r-- root/root usr/lib/libcdio_cdda.a +-rwxr-xr-x root/root usr/lib/libcdio_cdda.la +lrwxrwxrwx root/root usr/lib/libcdio_cdda.so -> libcdio_cdda.so.0.0.5 +lrwxrwxrwx root/root usr/lib/libcdio_cdda.so.0 -> libcdio_cdda.so.0.0.5 +-rwxr-xr-x root/root usr/lib/libcdio_cdda.so.0.0.5 +-rw-r--r-- root/root usr/lib/libcdio_paranoia.a +-rwxr-xr-x root/root usr/lib/libcdio_paranoia.la +lrwxrwxrwx root/root usr/lib/libcdio_paranoia.so -> libcdio_paranoia.so.0.0.3 +lrwxrwxrwx root/root usr/lib/libcdio_paranoia.so.0 -> libcdio_paranoia.so.0.0.3 +-rwxr-xr-x root/root usr/lib/libcdio_paranoia.so.0.0.3 +-rw-r--r-- root/root usr/lib/libiso9660++.a +-rwxr-xr-x root/root usr/lib/libiso9660++.la +lrwxrwxrwx root/root usr/lib/libiso9660++.so -> libiso9660++.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libiso9660++.so.0 -> libiso9660++.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libiso9660++.so.0.0.0 +-rw-r--r-- root/root usr/lib/libiso9660.a +-rwxr-xr-x root/root usr/lib/libiso9660.la +lrwxrwxrwx root/root usr/lib/libiso9660.so -> libiso9660.so.7.0.0 +lrwxrwxrwx root/root usr/lib/libiso9660.so.7 -> libiso9660.so.7.0.0 +-rwxr-xr-x root/root usr/lib/libiso9660.so.7.0.0 +-rw-r--r-- root/root usr/lib/libudf.a +-rwxr-xr-x root/root usr/lib/libudf.la +lrwxrwxrwx root/root usr/lib/libudf.so -> libudf.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libudf.so.0 -> libudf.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libudf.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libcdio++.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libcdio.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libcdio_cdda.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libcdio_paranoia.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libiso9660++.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libiso9660.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libudf.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/libcdio.info.gz +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/jp/ +drwxr-xr-x root/root usr/share/man/jp/man1/ +-rw-r--r-- root/root usr/share/man/jp/man1/cd-paranoia.1.gz +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/cd-drive.1.gz +-rw-r--r-- root/root usr/share/man/man1/cd-info.1.gz +-rw-r--r-- root/root usr/share/man/man1/cd-paranoia.1.gz +-rw-r--r-- root/root usr/share/man/man1/cd-read.1.gz +-rw-r--r-- root/root usr/share/man/man1/iso-info.1.gz +-rw-r--r-- root/root usr/share/man/man1/iso-read.1.gz diff --git a/base/libcdio/.md5sum b/base/libcdio/.md5sum new file mode 100644 index 000000000..28895df73 --- /dev/null +++ b/base/libcdio/.md5sum @@ -0,0 +1 @@ +1c29b18e01ab2b966162bc727bf3c360 libcdio-0.82.tar.gz diff --git a/base/libcdio/Pkgfile b/base/libcdio/Pkgfile new file mode 100755 index 000000000..0939d6d61 --- /dev/null +++ b/base/libcdio/Pkgfile @@ -0,0 +1,21 @@ +# Description: Librairie permetant l'acces au CD audio et images de CD audio /VCD +# URL: http://www.gnu.org/software/libcdio/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=libcdio +version=0.82 +release=1 +source=( http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install + rm $PKG/usr/share/info/dir +} diff --git a/base/libdaemon/.footprint b/base/libdaemon/.footprint new file mode 100644 index 000000000..f5235d0f7 --- /dev/null +++ b/base/libdaemon/.footprint @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libdaemon/ +-rw-r--r-- root/root usr/include/libdaemon/daemon.h +-rw-r--r-- root/root usr/include/libdaemon/dexec.h +-rw-r--r-- root/root usr/include/libdaemon/dfork.h +-rw-r--r-- root/root usr/include/libdaemon/dlog.h +-rw-r--r-- root/root usr/include/libdaemon/dnonblock.h +-rw-r--r-- root/root usr/include/libdaemon/dpid.h +-rw-r--r-- root/root usr/include/libdaemon/dsignal.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libdaemon.a +-rwxr-xr-x root/root usr/lib/libdaemon.la +lrwxrwxrwx root/root usr/lib/libdaemon.so -> libdaemon.so.0.4.0 +lrwxrwxrwx root/root usr/lib/libdaemon.so.0 -> libdaemon.so.0.4.0 +-rwxr-xr-x root/root usr/lib/libdaemon.so.0.4.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libdaemon.pc diff --git a/base/libdaemon/.md5sum b/base/libdaemon/.md5sum new file mode 100644 index 000000000..cae1784c3 --- /dev/null +++ b/base/libdaemon/.md5sum @@ -0,0 +1 @@ +ae9113fcd825d5a7f07e5ddccb3c3102 libdaemon-0.13.tar.gz diff --git a/base/libdaemon/Pkgfile b/base/libdaemon/Pkgfile new file mode 100644 index 000000000..f077021d4 --- /dev/null +++ b/base/libdaemon/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie légère pour faciliter l'écriture de démon UNIX +# URL: http://0pointer.de/lennart/projects/libdaemon/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libdaemon +version=0.13 +release=1 +source=(http://0pointer.de/lennart/projects/libdaemon/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-doxygen \ + --disable-lynx + make + make DESTDIR=$PKG install +} diff --git a/base/libdca/.footprint b/base/libdca/.footprint new file mode 100644 index 000000000..865d5777f --- /dev/null +++ b/base/libdca/.footprint @@ -0,0 +1,26 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/dcadec +-rwxr-xr-x root/root usr/bin/dtsdec +-rwxr-xr-x root/root usr/bin/extract_dca +-rwxr-xr-x root/root usr/bin/extract_dts +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/dca.h +-rw-r--r-- root/root usr/include/dts.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libdca.a +-rwxr-xr-x root/root usr/lib/libdca.la +lrwxrwxrwx root/root usr/lib/libdca.so -> libdca.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libdca.so.0 -> libdca.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libdca.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libdts.a -> /usr/lib/libdca.a +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libdca.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libdts.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/dcadec.1.gz +lrwxrwxrwx root/root usr/share/man/man1/dtsdec.1.gz -> dcadec.1.gz +-rw-r--r-- root/root usr/share/man/man1/extract_dca.1.gz +lrwxrwxrwx root/root usr/share/man/man1/extract_dts.1.gz -> extract_dca.1.gz diff --git a/base/libdca/.md5sum b/base/libdca/.md5sum new file mode 100644 index 000000000..d9f580634 --- /dev/null +++ b/base/libdca/.md5sum @@ -0,0 +1 @@ +dab6b2795c66a82a6fcd4f8343343021 libdca-0.0.5.tar.bz2 diff --git a/base/libdca/Pkgfile b/base/libdca/Pkgfile new file mode 100755 index 000000000..1d342d517 --- /dev/null +++ b/base/libdca/Pkgfile @@ -0,0 +1,20 @@ +# Description: Contient librairie audio +# URL: http://xiph.org/ao/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=libdca +version=0.0.5 +release=1 +source=( http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make -j3 + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/doc +} diff --git a/base/libdvbpsi/.footprint b/base/libdvbpsi/.footprint new file mode 100644 index 000000000..934241d74 --- /dev/null +++ b/base/libdvbpsi/.footprint @@ -0,0 +1,43 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/dvbpsi/ +-rw-r--r-- root/root usr/include/dvbpsi/cat.h +-rw-r--r-- root/root usr/include/dvbpsi/demux.h +-rw-r--r-- root/root usr/include/dvbpsi/descriptor.h +-rw-r--r-- root/root usr/include/dvbpsi/dr.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_02.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_03.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_04.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_05.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_06.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_07.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_08.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_09.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_0a.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_0b.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_0c.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_0d.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_0e.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_0f.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_42.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_47.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_48.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_4d.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_4e.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_52.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_55.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_56.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_59.h +-rw-r--r-- root/root usr/include/dvbpsi/dr_69.h +-rw-r--r-- root/root usr/include/dvbpsi/dvbpsi.h +-rw-r--r-- root/root usr/include/dvbpsi/eit.h +-rw-r--r-- root/root usr/include/dvbpsi/pat.h +-rw-r--r-- root/root usr/include/dvbpsi/pmt.h +-rw-r--r-- root/root usr/include/dvbpsi/psi.h +-rw-r--r-- root/root usr/include/dvbpsi/sdt.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libdvbpsi.a +-rwxr-xr-x root/root usr/lib/libdvbpsi.la +lrwxrwxrwx root/root usr/lib/libdvbpsi.so -> libdvbpsi.so.5.0.0 +lrwxrwxrwx root/root usr/lib/libdvbpsi.so.5 -> libdvbpsi.so.5.0.0 +-rwxr-xr-x root/root usr/lib/libdvbpsi.so.5.0.0 diff --git a/base/libdvbpsi/.md5sum b/base/libdvbpsi/.md5sum new file mode 100644 index 000000000..9649050f3 --- /dev/null +++ b/base/libdvbpsi/.md5sum @@ -0,0 +1 @@ +bd2d9861be3311e1e03c91cd9345f542 libdvbpsi5-0.1.6.tar.bz2 diff --git a/base/libdvbpsi/Pkgfile b/base/libdvbpsi/Pkgfile new file mode 100644 index 000000000..e272abce2 --- /dev/null +++ b/base/libdvbpsi/Pkgfile @@ -0,0 +1,19 @@ +# Description: Library for the decoding and generation of MPEG TS and DVB PSI tables +# URL: http://developers.videolan.org/libdvbpsi/ +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=libdvbpsi +version=0.1.6 +release=1 +source=(http://downloads.videolan.org/pub/videolan/$name/$version/${name}5-$version.tar.bz2) + +build() { + cd ${name}5-$version + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + chown -R root:root $PKG +} + diff --git a/base/libdvdcss/.footprint b/base/libdvdcss/.footprint new file mode 100644 index 000000000..654c96e37 --- /dev/null +++ b/base/libdvdcss/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/dvdcss/ +-rw-r--r-- root/root usr/include/dvdcss/dvdcss.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libdvdcss.a +-rwxr-xr-x root/root usr/lib/libdvdcss.la +lrwxrwxrwx root/root usr/lib/libdvdcss.so -> libdvdcss.so.2.1.0 +lrwxrwxrwx root/root usr/lib/libdvdcss.so.2 -> libdvdcss.so.2.1.0 +-rwxr-xr-x root/root usr/lib/libdvdcss.so.2.1.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libdvdcss.pc diff --git a/base/libdvdcss/.md5sum b/base/libdvdcss/.md5sum new file mode 100644 index 000000000..9a72937fe --- /dev/null +++ b/base/libdvdcss/.md5sum @@ -0,0 +1 @@ +ebd5370b79ac5a83e5c61b24a214cf74 libdvdcss-1.2.10.tar.bz2 diff --git a/base/libdvdcss/Pkgfile b/base/libdvdcss/Pkgfile new file mode 100755 index 000000000..8e4e6c0df --- /dev/null +++ b/base/libdvdcss/Pkgfile @@ -0,0 +1,19 @@ +# Description: Permet d'accéder au DVD de façon transparente +# URL: http://www.videolan.org/developers/libdvdcss.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libdvdcss +version=1.2.10 +release=1 +source=(http://downloads.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} diff --git a/base/libebml/.footprint b/base/libebml/.footprint new file mode 100644 index 000000000..ffa3f4988 --- /dev/null +++ b/base/libebml/.footprint @@ -0,0 +1,34 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/ebml/ +-rw-r--r-- root/root usr/include/ebml/Debug.h +-rw-r--r-- root/root usr/include/ebml/EbmlBinary.h +-rw-r--r-- root/root usr/include/ebml/EbmlConfig.h +-rw-r--r-- root/root usr/include/ebml/EbmlContexts.h +-rw-r--r-- root/root usr/include/ebml/EbmlCrc32.h +-rw-r--r-- root/root usr/include/ebml/EbmlDate.h +-rw-r--r-- root/root usr/include/ebml/EbmlDummy.h +-rw-r--r-- root/root usr/include/ebml/EbmlElement.h +-rw-r--r-- root/root usr/include/ebml/EbmlEndian.h +-rw-r--r-- root/root usr/include/ebml/EbmlFloat.h +-rw-r--r-- root/root usr/include/ebml/EbmlHead.h +-rw-r--r-- root/root usr/include/ebml/EbmlId.h +-rw-r--r-- root/root usr/include/ebml/EbmlMaster.h +-rw-r--r-- root/root usr/include/ebml/EbmlSInteger.h +-rw-r--r-- root/root usr/include/ebml/EbmlStream.h +-rw-r--r-- root/root usr/include/ebml/EbmlString.h +-rw-r--r-- root/root usr/include/ebml/EbmlSubHead.h +-rw-r--r-- root/root usr/include/ebml/EbmlTypes.h +-rw-r--r-- root/root usr/include/ebml/EbmlUInteger.h +-rw-r--r-- root/root usr/include/ebml/EbmlUnicodeString.h +-rw-r--r-- root/root usr/include/ebml/EbmlVersion.h +-rw-r--r-- root/root usr/include/ebml/EbmlVoid.h +-rw-r--r-- root/root usr/include/ebml/IOCallback.h +-rw-r--r-- root/root usr/include/ebml/MemIOCallback.h +-rw-r--r-- root/root usr/include/ebml/StdIOCallback.h +drwxr-xr-x root/root usr/include/ebml/c/ +-rw-r--r-- root/root usr/include/ebml/c/libebml_t.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libebml.a +lrwxrwxrwx root/root usr/lib/libebml.so -> libebml.so.0 +-rw-r--r-- root/root usr/lib/libebml.so.0 diff --git a/base/libebml/.md5sum b/base/libebml/.md5sum new file mode 100644 index 000000000..e17a10a8e --- /dev/null +++ b/base/libebml/.md5sum @@ -0,0 +1 @@ +6278109f52e4f9d2c8a8dfc0d668b587 libebml-0.7.8.tar.bz2 diff --git a/base/libebml/Pkgfile b/base/libebml/Pkgfile new file mode 100644 index 000000000..77adf72cc --- /dev/null +++ b/base/libebml/Pkgfile @@ -0,0 +1,15 @@ +# Description: Librairie Extensible Binary Meta Language +# URL: http://dl.matroska.org/downloads/libebml/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libebml +version=0.7.8 +release=1 +source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.bz2) + +build() { + cd $name-$version/make/linux + make + make prefix=$PKG/usr install +} diff --git a/base/libelf/.footprint b/base/libelf/.footprint new file mode 100644 index 000000000..12af65902 --- /dev/null +++ b/base/libelf/.footprint @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/gelf.h +-rw-r--r-- root/root usr/include/libelf.h +drwxr-xr-x root/root usr/include/libelf/ +-rw-r--r-- root/root usr/include/libelf/elf_repl.h +-rw-r--r-- root/root usr/include/libelf/gelf.h +-rw-r--r-- root/root usr/include/libelf/libelf.h +-rw-r--r-- root/root usr/include/libelf/nlist.h +-rw-r--r-- root/root usr/include/libelf/sys_elf.h +-rw-r--r-- root/root usr/include/nlist.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libelf-0.8.10.so +-rw-r--r-- root/root usr/lib/libelf.a +lrwxrwxrwx root/root usr/lib/libelf.so -> libelf-0.8.10.so +lrwxrwxrwx root/root usr/lib/libelf.so.0 -> libelf-0.8.10.so +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libelf.pc diff --git a/base/libelf/.md5sum b/base/libelf/.md5sum new file mode 100644 index 000000000..489b01ee6 --- /dev/null +++ b/base/libelf/.md5sum @@ -0,0 +1 @@ +9db4d36c283d9790d8fa7df1f4d7b4d9 libelf-0.8.10.tar.gz diff --git a/base/libelf/Pkgfile b/base/libelf/Pkgfile new file mode 100755 index 000000000..e5e4747fb --- /dev/null +++ b/base/libelf/Pkgfile @@ -0,0 +1,21 @@ +# Description: Contient librairie audio +# URL: http://xiph.org/ao/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libelf +version=0.8.10 +release=1 +source=( http://www.mr511.de/software/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --enable-shared \ + --enable-gnu-names \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make prefix=$PKG/usr install + rm -rf $PKG/usr/share +} diff --git a/base/libexif/.footprint b/base/libexif/.footprint new file mode 100644 index 000000000..cc84fe7b1 --- /dev/null +++ b/base/libexif/.footprint @@ -0,0 +1,30 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libexif/ +-rw-r--r-- root/root usr/include/libexif/_stdint.h +-rw-r--r-- root/root usr/include/libexif/exif-byte-order.h +-rw-r--r-- root/root usr/include/libexif/exif-content.h +-rw-r--r-- root/root usr/include/libexif/exif-data-type.h +-rw-r--r-- root/root usr/include/libexif/exif-data.h +-rw-r--r-- root/root usr/include/libexif/exif-entry.h +-rw-r--r-- root/root usr/include/libexif/exif-format.h +-rw-r--r-- root/root usr/include/libexif/exif-ifd.h +-rw-r--r-- root/root usr/include/libexif/exif-loader.h +-rw-r--r-- root/root usr/include/libexif/exif-log.h +-rw-r--r-- root/root usr/include/libexif/exif-mem.h +-rw-r--r-- root/root usr/include/libexif/exif-mnote-data.h +-rw-r--r-- root/root usr/include/libexif/exif-tag.h +-rw-r--r-- root/root usr/include/libexif/exif-utils.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libexif.a +-rwxr-xr-x root/root usr/lib/libexif.la +lrwxrwxrwx root/root usr/lib/libexif.so -> libexif.so.12.3.1 +lrwxrwxrwx root/root usr/lib/libexif.so.12 -> libexif.so.12.3.1 +-rwxr-xr-x root/root usr/lib/libexif.so.12.3.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libexif.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/libexif-12.mo diff --git a/base/libexif/.md5sum b/base/libexif/.md5sum new file mode 100644 index 000000000..3bb759418 --- /dev/null +++ b/base/libexif/.md5sum @@ -0,0 +1 @@ +56144a030a4c875c600b1ccf713f69f7 libexif-0.6.19.tar.bz2 diff --git a/base/libexif/Pkgfile b/base/libexif/Pkgfile new file mode 100755 index 000000000..873a3666a --- /dev/null +++ b/base/libexif/Pkgfile @@ -0,0 +1,21 @@ +# Description: Librairie pour l'édition de fichiers EXIF +# URL: http://libexif.sourceforge.net +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libexif +version=0.6.19 +release=1 +source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) + + +build() { +cd $name-$version +./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --with-doc-dir=/usr/share/doc/libexif-$version +make +make DESTDIR=$PKG install +rm -rf $PKG/usr/share/doc +} diff --git a/base/libfame/.footprint b/base/libfame/.footprint new file mode 100644 index 000000000..b3e9f3dfe --- /dev/null +++ b/base/libfame/.footprint @@ -0,0 +1,51 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/libfame-config +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/fame.h +-rw-r--r-- root/root usr/include/fame_bitbuffer.h +-rw-r--r-- root/root usr/include/fame_decoder.h +-rw-r--r-- root/root usr/include/fame_decoder_mpeg.h +-rw-r--r-- root/root usr/include/fame_encoder.h +-rw-r--r-- root/root usr/include/fame_encoder_mpeg.h +-rw-r--r-- root/root usr/include/fame_malloc.h +-rw-r--r-- root/root usr/include/fame_monitor.h +-rw-r--r-- root/root usr/include/fame_motion.h +-rw-r--r-- root/root usr/include/fame_motion_fourstep.h +-rw-r--r-- root/root usr/include/fame_motion_none.h +-rw-r--r-- root/root usr/include/fame_motion_pmvfast.h +-rw-r--r-- root/root usr/include/fame_profile.h +-rw-r--r-- root/root usr/include/fame_profile_mpeg.h +-rw-r--r-- root/root usr/include/fame_profile_mpeg1.h +-rw-r--r-- root/root usr/include/fame_profile_mpeg4_shape.h +-rw-r--r-- root/root usr/include/fame_profile_mpeg4_simple.h +-rw-r--r-- root/root usr/include/fame_profile_stats.h +-rw-r--r-- root/root usr/include/fame_rate.h +-rw-r--r-- root/root usr/include/fame_rate_1param.h +-rw-r--r-- root/root usr/include/fame_rate_simple.h +-rw-r--r-- root/root usr/include/fame_shape.h +-rw-r--r-- root/root usr/include/fame_syntax.h +-rw-r--r-- root/root usr/include/fame_syntax_mpeg1.h +-rw-r--r-- root/root usr/include/fame_syntax_mpeg4.h +-rw-r--r-- root/root usr/include/fame_version.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libfame-0.9.so.1 -> libfame-0.9.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libfame-0.9.so.1.0.0 +-rw-r--r-- root/root usr/lib/libfame.a +-rwxr-xr-x root/root usr/lib/libfame.la +lrwxrwxrwx root/root usr/lib/libfame.so -> libfame-0.9.so.1.0.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/libfame.m4 +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/fame_close.3.gz +-rw-r--r-- root/root usr/share/man/man3/fame_encode_frame.3.gz +-rw-r--r-- root/root usr/share/man/man3/fame_encode_slice.3.gz +-rw-r--r-- root/root usr/share/man/man3/fame_end_frame.3.gz +-rw-r--r-- root/root usr/share/man/man3/fame_get_object.3.gz +-rw-r--r-- root/root usr/share/man/man3/fame_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/fame_open.3.gz +-rw-r--r-- root/root usr/share/man/man3/fame_register.3.gz +-rw-r--r-- root/root usr/share/man/man3/fame_start_frame.3.gz +-rw-r--r-- root/root usr/share/man/man3/fame_unregister.3.gz diff --git a/base/libfame/.md5sum b/base/libfame/.md5sum new file mode 100644 index 000000000..8c355a027 --- /dev/null +++ b/base/libfame/.md5sum @@ -0,0 +1,2 @@ +1c4823578b898342c005cc2d11f51030 libfame-0.9.1-gcc34-1.patch +880085761e17a3b4fc41f4f6f198fd3b libfame-0.9.1.tar.gz diff --git a/base/libfame/Pkgfile b/base/libfame/Pkgfile new file mode 100755 index 000000000..565861064 --- /dev/null +++ b/base/libfame/Pkgfile @@ -0,0 +1,21 @@ +# Description: Librairie pour l'encodage temps réel de MPEG1 ainsi que le MPEG-4 +# URL: http://fame.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libfame +version=0.9.1 +release=1 +source=( http://downloads.sourceforge.net/fame/$name-$version.tar.gz\ + http://www.linuxfromscratch.org/patches/blfs/svn/libfame-0.9.1-gcc34-1.patch) + +build() { + cd $name-$version + patch -Np1 -i ../libfame-0.9.1-gcc34-1.patch + sed -i 's/$CC --version/$CC -dumpversion/' configure + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install +} diff --git a/base/libffi/.footprint b/base/libffi/.footprint new file mode 100644 index 000000000..c864c6a8c --- /dev/null +++ b/base/libffi/.footprint @@ -0,0 +1,21 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/libffi-3.0.8/ +drwxr-xr-x root/root usr/lib/libffi-3.0.8/include/ +-rw-r--r-- root/root usr/lib/libffi-3.0.8/include/ffi.h +-rw-r--r-- root/root usr/lib/libffi-3.0.8/include/ffitarget.h +-rw-r--r-- root/root usr/lib/libffi.a +-rwxr-xr-x root/root usr/lib/libffi.la +lrwxrwxrwx root/root usr/lib/libffi.so -> libffi.so.5.0.9 +lrwxrwxrwx root/root usr/lib/libffi.so.5 -> libffi.so.5.0.9 +-rwxr-xr-x root/root usr/lib/libffi.so.5.0.9 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libffi.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/libffi.info.gz +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/ffi.3.gz +-rw-r--r-- root/root usr/share/man/man3/ffi_call.3.gz +-rw-r--r-- root/root usr/share/man/man3/ffi_prep_cif.3.gz diff --git a/base/libffi/.md5sum b/base/libffi/.md5sum new file mode 100644 index 000000000..6c4ef8edf --- /dev/null +++ b/base/libffi/.md5sum @@ -0,0 +1 @@ +188a4f79fdac2310044b44b7d3918ef9 libffi-3.0.8.tar.gz diff --git a/base/libffi/Pkgfile b/base/libffi/Pkgfile new file mode 100755 index 000000000..120559bd7 --- /dev/null +++ b/base/libffi/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie fournissant une interface de programmation +# URL: http://www.remotesensing.org/libtiff/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libffi +version=3.0.8 +release=1 +source=( ftp://sourceware.org/pub/$name/$name-$version.tar.gz) + + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm $PKG/usr/share/info/dir +} diff --git a/base/libgadu/.footprint b/base/libgadu/.footprint new file mode 100644 index 000000000..e305d63e9 --- /dev/null +++ b/base/libgadu/.footprint @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/libgadu.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libgadu.a +-rwxr-xr-x root/root usr/lib/libgadu.la +lrwxrwxrwx root/root usr/lib/libgadu.so -> libgadu.so.3.9.0 +lrwxrwxrwx root/root usr/lib/libgadu.so.3 -> libgadu.so.3.9.0 +-rwxr-xr-x root/root usr/lib/libgadu.so.3.9.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libgadu.pc diff --git a/base/libgadu/.md5sum b/base/libgadu/.md5sum new file mode 100644 index 000000000..076f2cfce --- /dev/null +++ b/base/libgadu/.md5sum @@ -0,0 +1 @@ +1090f82f8a1bb99e9cdf5853188f625f libgadu-1.8.2.tar.gz diff --git a/base/libgadu/Pkgfile b/base/libgadu/Pkgfile new file mode 100644 index 000000000..7d0968ca2 --- /dev/null +++ b/base/libgadu/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie pour le protocol de messagerie instantanée Gadu-gadu +# URL: http://toxygen.net/libgadu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libgadu +version=1.8.2 +release=1 +source=(http://toxygen.net/$name/files/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure \ + --prefix=/usr + make + make DESTDIR=$PKG install +} + diff --git a/base/libggz/.footprint b/base/libggz/.footprint new file mode 100644 index 000000000..d9109f2f5 --- /dev/null +++ b/base/libggz/.footprint @@ -0,0 +1,15 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/ggz.h +-rw-r--r-- root/root usr/include/ggz_common.h +-rw-r--r-- root/root usr/include/ggz_dio.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libggz.a +-rwxr-xr-x root/root usr/lib/libggz.la +lrwxrwxrwx root/root usr/lib/libggz.so -> libggz.so.2.3.0 +lrwxrwxrwx root/root usr/lib/libggz.so.2 -> libggz.so.2.3.0 +-rwxr-xr-x root/root usr/lib/libggz.so.2.3.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/ggz.h.3.gz diff --git a/base/libggz/.md5sum b/base/libggz/.md5sum new file mode 100644 index 000000000..e06a6b488 --- /dev/null +++ b/base/libggz/.md5sum @@ -0,0 +1 @@ +603739504648833779aa13b0327a1c3d libggz-0.0.14.1.tar.gz diff --git a/base/libggz/Pkgfile b/base/libggz/Pkgfile new file mode 100755 index 000000000..0b3ebf29e --- /dev/null +++ b/base/libggz/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie pour GameZone +# URL: http://www.ggzgamingzone.org/clients/kde/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: +name=libggz +version=0.0.14.1 +release=2 +source=(ftp://ftp.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/$version/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} + diff --git a/base/libical/.footprint b/base/libical/.footprint new file mode 100644 index 000000000..74b014633 --- /dev/null +++ b/base/libical/.footprint @@ -0,0 +1,67 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/ical.h +drwxr-xr-x root/root usr/include/libical/ +-rw-r--r-- root/root usr/include/libical/ical.h +-rw-r--r-- root/root usr/include/libical/icalarray.h +-rw-r--r-- root/root usr/include/libical/icalattach.h +-rw-r--r-- root/root usr/include/libical/icalcalendar.h +-rw-r--r-- root/root usr/include/libical/icalclassify.h +-rw-r--r-- root/root usr/include/libical/icalcluster.h +-rw-r--r-- root/root usr/include/libical/icalcomponent.h +-rw-r--r-- root/root usr/include/libical/icalderivedparameter.h +-rw-r--r-- root/root usr/include/libical/icalderivedproperty.h +-rw-r--r-- root/root usr/include/libical/icalderivedvalue.h +-rw-r--r-- root/root usr/include/libical/icaldirset.h +-rw-r--r-- root/root usr/include/libical/icaldirsetimpl.h +-rw-r--r-- root/root usr/include/libical/icalduration.h +-rw-r--r-- root/root usr/include/libical/icalenums.h +-rw-r--r-- root/root usr/include/libical/icalerror.h +-rw-r--r-- root/root usr/include/libical/icalfileset.h +-rw-r--r-- root/root usr/include/libical/icalfilesetimpl.h +-rw-r--r-- root/root usr/include/libical/icalgauge.h +-rw-r--r-- root/root usr/include/libical/icalgaugeimpl.h +-rw-r--r-- root/root usr/include/libical/icallangbind.h +-rw-r--r-- root/root usr/include/libical/icalmemory.h +-rw-r--r-- root/root usr/include/libical/icalmessage.h +-rw-r--r-- root/root usr/include/libical/icalmime.h +-rw-r--r-- root/root usr/include/libical/icalparameter.h +-rw-r--r-- root/root usr/include/libical/icalparser.h +-rw-r--r-- root/root usr/include/libical/icalperiod.h +-rw-r--r-- root/root usr/include/libical/icalproperty.h +-rw-r--r-- root/root usr/include/libical/icalrecur.h +-rw-r--r-- root/root usr/include/libical/icalrestriction.h +-rw-r--r-- root/root usr/include/libical/icalset.h +-rw-r--r-- root/root usr/include/libical/icalspanlist.h +-rw-r--r-- root/root usr/include/libical/icalss.h +-rw-r--r-- root/root usr/include/libical/icalssyacc.h +-rw-r--r-- root/root usr/include/libical/icaltime.h +-rw-r--r-- root/root usr/include/libical/icaltimezone.h +-rw-r--r-- root/root usr/include/libical/icaltypes.h +-rw-r--r-- root/root usr/include/libical/icaltz-util.h +-rw-r--r-- root/root usr/include/libical/icalvalue.h +-rw-r--r-- root/root usr/include/libical/icalvcal.h +-rw-r--r-- root/root usr/include/libical/port.h +-rw-r--r-- root/root usr/include/libical/pvl.h +-rw-r--r-- root/root usr/include/libical/sspm.h +-rw-r--r-- root/root usr/include/libical/vcaltmp.h +-rw-r--r-- root/root usr/include/libical/vcc.h +-rw-r--r-- root/root usr/include/libical/vobject.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libical.a +-rwxr-xr-x root/root usr/lib/libical.la +lrwxrwxrwx root/root usr/lib/libical.so -> libical.so.0.44.0 +lrwxrwxrwx root/root usr/lib/libical.so.0 -> libical.so.0.44.0 +-rwxr-xr-x root/root usr/lib/libical.so.0.44.0 +-rw-r--r-- root/root usr/lib/libicalss.a +-rwxr-xr-x root/root usr/lib/libicalss.la +lrwxrwxrwx root/root usr/lib/libicalss.so -> libicalss.so.0.44.0 +lrwxrwxrwx root/root usr/lib/libicalss.so.0 -> libicalss.so.0.44.0 +-rwxr-xr-x root/root usr/lib/libicalss.so.0.44.0 +-rw-r--r-- root/root usr/lib/libicalvcal.a +-rwxr-xr-x root/root usr/lib/libicalvcal.la +lrwxrwxrwx root/root usr/lib/libicalvcal.so -> libicalvcal.so.0.44.0 +lrwxrwxrwx root/root usr/lib/libicalvcal.so.0 -> libicalvcal.so.0.44.0 +-rwxr-xr-x root/root usr/lib/libicalvcal.so.0.44.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libical.pc diff --git a/base/libical/.md5sum b/base/libical/.md5sum new file mode 100644 index 000000000..ec0fa13c7 --- /dev/null +++ b/base/libical/.md5sum @@ -0,0 +1 @@ +e0403c31e1ed82569325685f8c15959c libical-0.44.tar.gz diff --git a/base/libical/Pkgfile b/base/libical/Pkgfile new file mode 100644 index 000000000..7e6297ca9 --- /dev/null +++ b/base/libical/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie pour le calendrier de kde 4.2 +# URL: http://sourceforge.net/projects/freeassociation/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libical +version=0.44 +release=1 +source=(http://downloads.sourceforge.net/project/freeassociation/libical/libical-0.44/libical-0.44.tar.gz) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} diff --git a/base/libid3tag/.footprint b/base/libid3tag/.footprint new file mode 100644 index 000000000..e6508af1c --- /dev/null +++ b/base/libid3tag/.footprint @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/id3tag.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libid3tag.a +-rwxr-xr-x root/root usr/lib/libid3tag.la +lrwxrwxrwx root/root usr/lib/libid3tag.so -> libid3tag.so.0.3.0 +lrwxrwxrwx root/root usr/lib/libid3tag.so.0 -> libid3tag.so.0.3.0 +-rwxr-xr-x root/root usr/lib/libid3tag.so.0.3.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/id3tag.pc diff --git a/base/libid3tag/.md5sum b/base/libid3tag/.md5sum new file mode 100644 index 000000000..be4e3f465 --- /dev/null +++ b/base/libid3tag/.md5sum @@ -0,0 +1,2 @@ +18f4b82a72fd355d0d8d5308a55fb5f1 id3tag.pc +e5808ad997ba32c498803822078748c3 libid3tag-0.15.1b.tar.gz diff --git a/base/libid3tag/Pkgfile b/base/libid3tag/Pkgfile new file mode 100644 index 000000000..8a79776bf --- /dev/null +++ b/base/libid3tag/Pkgfile @@ -0,0 +1,20 @@ +# Description: Librairie de manipulation tag ID3 +# URL: http://www.mars.org/home/rob/proj/mpeg/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libid3tag +version=0.15.1b +release=2 +source=(ftp://ftp.mars.org/pub/mpeg/$name-$version.tar.gz\ + id3tag.pc) + +build() { + mkdir -p $PKG/usr/lib/pkgconfig/ + sed "s/#version#/$version/" id3tag.pc > \ + $PKG/usr/lib/pkgconfig/id3tag.pc + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} diff --git a/base/libid3tag/id3tag.pc b/base/libid3tag/id3tag.pc new file mode 100644 index 000000000..686a8d00e --- /dev/null +++ b/base/libid3tag/id3tag.pc @@ -0,0 +1,11 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: id3tag +Description: ID3 tag library +Requires: +Version: #version# +Libs: -L${libdir} -lid3tag -lz +Cflags: -I${includedir} diff --git a/base/libixp/.footprint b/base/libixp/.footprint new file mode 100644 index 000000000..207ed2077 --- /dev/null +++ b/base/libixp/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root pkg/ +drwxr-xr-x root/root pkg/usr/ +drwxr-xr-x root/root pkg/usr/bin/ +-rwxr-xr-x root/root pkg/usr/bin/ixpc +drwxr-xr-x root/root pkg/usr/include/ +-rw-r--r-- root/root pkg/usr/include/ixp.h +-rw-r--r-- root/root pkg/usr/include/ixp_srvutil.h +drwxr-xr-x root/root pkg/usr/lib/ +-rw-r--r-- root/root pkg/usr/lib/libixp.a +-rw-r--r-- root/root pkg/usr/lib/libixp_pthread.a +drwxr-xr-x root/root pkg/usr/share/ +drwxr-xr-x root/root pkg/usr/share/man/ +drwxr-xr-x root/root pkg/usr/share/man/man1/ +-rw-r--r-- root/root pkg/usr/share/man/man1/ixpc.1.gz +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/licenses/ +drwxr-xr-x root/root usr/share/licenses/libixp/ +-rw-r--r-- root/root usr/share/licenses/libixp/LICENSE diff --git a/base/libixp/.md5sum b/base/libixp/.md5sum new file mode 100644 index 000000000..804f2e9a3 --- /dev/null +++ b/base/libixp/.md5sum @@ -0,0 +1 @@ +2a394310c209605ba54ecf5eab518bff libixp-0.5.tar.gz diff --git a/base/libixp/Pkgfile b/base/libixp/Pkgfile new file mode 100755 index 000000000..eae1577d4 --- /dev/null +++ b/base/libixp/Pkgfile @@ -0,0 +1,27 @@ +# Description:A standalone client/server 9p library +# URL:http://www.suckless.org/libs/libixp.html +# Maintainer: NuTyX packager team +# Packager: lesibel at free dot fr + +name=libixp +version=0.5 +release=1 +source=(http://code.suckless.org/dl/libs/$name-$version.tar.gz) +build() { + cd $name-$version + sed -i \ + -e "/^PREFIX/s|=.*|= $PKG/pkg/usr|" \ + -e "/^ ETC/s|=.*|= $PKG}/pkg/etc|" \ + -e "/^CFLAGS/s|=|+=|" \ + -e "/^LDFLAGS/s|=|+=|" \ + config.mk || return 1 + + make || return 1 + make DESTDIR=$PKG install || return 1 + + install -m644 -D ./libixp/LICENSE \ + $PKG/usr/share/licenses/libixp/LICENSE + +} + + diff --git a/base/libjbig/.footprint b/base/libjbig/.footprint new file mode 100644 index 000000000..ce6ae31d3 --- /dev/null +++ b/base/libjbig/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/jbig.h +-rw-r--r-- root/root usr/include/jbig_ar.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libjbig.a diff --git a/base/libjbig/.md5sum b/base/libjbig/.md5sum new file mode 100644 index 000000000..a324275bc --- /dev/null +++ b/base/libjbig/.md5sum @@ -0,0 +1 @@ +3dd87f605abb1a97a22dc79d8b3e8f6c jbigkit-2.0.tar.gz diff --git a/base/libjbig/Pkgfile b/base/libjbig/Pkgfile new file mode 100644 index 000000000..151409152 --- /dev/null +++ b/base/libjbig/Pkgfile @@ -0,0 +1,18 @@ +# Description: Librairie de compression de données pour les images de haute résolution à 2 niveaux +# URL: http://www.cl.cam.ac.uk/~mgk25/jbigkit +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libjbig +version=2.0 +release=1 +source=(http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-$version.tar.gz) + +build () { + cd jbigkit + make -j1 lib + install -d $PKG/usr/{lib,include} + install -m 644 libjbig/jbig{,_ar}.h $PKG/usr/include + install -m 644 libjbig/libjbig.a $PKG/usr/lib +} + diff --git a/base/libmikmod/.footprint b/base/libmikmod/.footprint new file mode 100644 index 000000000..7c6b6246d --- /dev/null +++ b/base/libmikmod/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/libmikmod-config +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/mikmod.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libmikmod.a +-rw-r--r-- root/root usr/lib/libmikmod.la +lrwxrwxrwx root/root usr/lib/libmikmod.so -> libmikmod.so.2.0.4 +lrwxrwxrwx root/root usr/lib/libmikmod.so.2 -> libmikmod.so.2.0.4 +-rwxr-xr-x root/root usr/lib/libmikmod.so.2.0.4 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/libmikmod.m4 +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/mikmod.info.gz +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/libmikmod-config.1.gz diff --git a/base/libmikmod/.md5sum b/base/libmikmod/.md5sum new file mode 100644 index 000000000..4af7f7b4e --- /dev/null +++ b/base/libmikmod/.md5sum @@ -0,0 +1,2 @@ +5e56be5a32eecf3cfa195379a5ecb0ef libmikmod-3.1.11-a.diff +705106da305e8de191549f1e7393185c libmikmod-3.1.11.tar.gz diff --git a/base/libmikmod/Pkgfile b/base/libmikmod/Pkgfile new file mode 100755 index 000000000..b082600e2 --- /dev/null +++ b/base/libmikmod/Pkgfile @@ -0,0 +1,30 @@ +# Description: Capable de lire des modules MOD, S3M, XM, IT, MED, MTM et 669 +# URL: http://mikmod.raphnet.net/ +# Maintainer: NuTyX +# Packager: thierryn1 at hispeed dot ch + +name=libmikmod +version=3.1.11 +release=1 +source=( http://mikmod.raphnet.net/files/$name-$version.tar.gz\ + http://mikmod.raphnet.net/files/libmikmod-3.1.11-a.diff) + + +build() { + cd $name-$version + patch -Np1 -i ../libmikmod-3.1.11-a.diff + sed -i -e "s/VERSION=10/VERSION=11/" \ + -e "s/sys_asoundlib/alsa_asoundlib/" \ + -e "s/snd_cards/snd_card_load/g" \ + -e "s|sys/asoundlib.h|alsa/asoundlib.h|g" \ + -e "s/^LIBOBJS/#LIBOBJS/" \ + configure.in + autoconf + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install + chmod 755 $PKG/usr/lib/libmikmod.so.2.0.4 + rm $PKG/usr/share/info/dir +} diff --git a/base/libmodplug/.footprint b/base/libmodplug/.footprint new file mode 100644 index 000000000..829732d9d --- /dev/null +++ b/base/libmodplug/.footprint @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libmodplug/ +-rw-r--r-- root/root usr/include/libmodplug/it_defs.h +-rw-r--r-- root/root usr/include/libmodplug/modplug.h +-rw-r--r-- root/root usr/include/libmodplug/sndfile.h +-rw-r--r-- root/root usr/include/libmodplug/stdafx.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libmodplug.la +lrwxrwxrwx root/root usr/lib/libmodplug.so -> libmodplug.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libmodplug.so.0 -> libmodplug.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libmodplug.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libmodplug.pc diff --git a/base/libmodplug/.md5sum b/base/libmodplug/.md5sum new file mode 100644 index 000000000..92aa58779 --- /dev/null +++ b/base/libmodplug/.md5sum @@ -0,0 +1 @@ +d2d9ccd8da22412999caed076140f786 libmodplug-0.8.7.tar.gz diff --git a/base/libmodplug/Pkgfile b/base/libmodplug/Pkgfile new file mode 100644 index 000000000..6dda7ace0 --- /dev/null +++ b/base/libmodplug/Pkgfile @@ -0,0 +1,17 @@ +# Description: Librairie MOD +# URL: http://modplug-xmms.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com + +name=libmodplug +version=0.8.7 +release=1 +source=(http://downloads.sourceforge.net/sourceforge/modplug-xmms/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + diff --git a/base/libmowgli/.footprint b/base/libmowgli/.footprint new file mode 100644 index 000000000..d882955c8 --- /dev/null +++ b/base/libmowgli/.footprint @@ -0,0 +1,43 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libmowgli/ +-rw-r--r-- root/root usr/include/libmowgli/mowgli.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_alloc.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_allocation_policy.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_allocator.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_argstack.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_assert.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_bitvector.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_config.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_dictionary.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_error_backtrace.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_exception.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_formatter.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_global_storage.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_hash.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_heap.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_hook.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_init.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_ioevent.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_iterator.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_list.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_logger.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_mempool.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_module.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_object.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_object_class.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_object_messaging.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_object_metadata.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_patricia.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_queue.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_random.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_signal.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_spinlock.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_stdinc.h +-rw-r--r-- root/root usr/include/libmowgli/mowgli_string.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libmowgli.so -> libmowgli.so.2.0.0 +lrwxrwxrwx root/root usr/lib/libmowgli.so.2 -> libmowgli.so.2.0.0 +-rwxr-xr-x root/root usr/lib/libmowgli.so.2.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libmowgli.pc diff --git a/base/libmowgli/.md5sum b/base/libmowgli/.md5sum new file mode 100644 index 000000000..4dcd5cc92 --- /dev/null +++ b/base/libmowgli/.md5sum @@ -0,0 +1 @@ +402c2de0da7f83f5e3390397ad994b20 libmowgli-0.7.0.tgz diff --git a/base/libmowgli/Pkgfile b/base/libmowgli/Pkgfile new file mode 100644 index 000000000..d9a6afb6d --- /dev/null +++ b/base/libmowgli/Pkgfile @@ -0,0 +1,16 @@ +# Description: Platforme de développement C de haute performance +# URL: http://www.atheme.org/projects/mowgli.shtml +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libmowgli +version=0.7.0 +release=1 +source=(http://distfiles.atheme.org/$name-$version.tgz) + +build() { +cd $name-$version +./configure --prefix=/usr +make +make DESTDIR=$PKG install +} diff --git a/base/libmpdclient/.footprint b/base/libmpdclient/.footprint new file mode 100644 index 000000000..56da9e4ef --- /dev/null +++ b/base/libmpdclient/.footprint @@ -0,0 +1,41 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/mpd/ +-rw-r--r-- root/root usr/include/mpd/async.h +-rw-r--r-- root/root usr/include/mpd/audio_format.h +-rw-r--r-- root/root usr/include/mpd/capabilities.h +-rw-r--r-- root/root usr/include/mpd/client.h +-rw-r--r-- root/root usr/include/mpd/compiler.h +-rw-r--r-- root/root usr/include/mpd/connection.h +-rw-r--r-- root/root usr/include/mpd/database.h +-rw-r--r-- root/root usr/include/mpd/directory.h +-rw-r--r-- root/root usr/include/mpd/entity.h +-rw-r--r-- root/root usr/include/mpd/error.h +-rw-r--r-- root/root usr/include/mpd/idle.h +-rw-r--r-- root/root usr/include/mpd/list.h +-rw-r--r-- root/root usr/include/mpd/mixer.h +-rw-r--r-- root/root usr/include/mpd/output.h +-rw-r--r-- root/root usr/include/mpd/pair.h +-rw-r--r-- root/root usr/include/mpd/parser.h +-rw-r--r-- root/root usr/include/mpd/password.h +-rw-r--r-- root/root usr/include/mpd/player.h +-rw-r--r-- root/root usr/include/mpd/playlist.h +-rw-r--r-- root/root usr/include/mpd/protocol.h +-rw-r--r-- root/root usr/include/mpd/queue.h +-rw-r--r-- root/root usr/include/mpd/recv.h +-rw-r--r-- root/root usr/include/mpd/response.h +-rw-r--r-- root/root usr/include/mpd/search.h +-rw-r--r-- root/root usr/include/mpd/send.h +-rw-r--r-- root/root usr/include/mpd/song.h +-rw-r--r-- root/root usr/include/mpd/stats.h +-rw-r--r-- root/root usr/include/mpd/status.h +-rw-r--r-- root/root usr/include/mpd/tag.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libmpdclient.a +-rwxr-xr-x root/root usr/lib/libmpdclient.la +lrwxrwxrwx root/root usr/lib/libmpdclient.so -> libmpdclient.so.2.0.0 +lrwxrwxrwx root/root usr/lib/libmpdclient.so.2 -> libmpdclient.so.2.0.0 +-rwxr-xr-x root/root usr/lib/libmpdclient.so.2.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libmpdclient.pc +drwxr-xr-x root/root usr/share/ diff --git a/base/libmpdclient/.md5sum b/base/libmpdclient/.md5sum new file mode 100644 index 000000000..92ed7d4b9 --- /dev/null +++ b/base/libmpdclient/.md5sum @@ -0,0 +1 @@ +d9605332d4c4a4f28362e4a9c953e84b libmpdclient-2.0.tar.bz2 diff --git a/base/libmpdclient/Pkgfile b/base/libmpdclient/Pkgfile new file mode 100644 index 000000000..512997ba0 --- /dev/null +++ b/base/libmpdclient/Pkgfile @@ -0,0 +1,16 @@ +# Description: Librairie pour Mpd +# URL: http://mpd.wikia.com/wiki/Client:Mpc +# Maintainer: NuTyX packager team +# Packager: Skippythekangoo at yahoo dot fr +# Depends on: +name=libmpdclient +version=2.0 +release=1 +source=(http://downloads.sourceforge.net/musicpd/$name/$version/$name-$version.tar.bz2) +build() { +cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc +} diff --git a/base/libmpeg2/.footprint b/base/libmpeg2/.footprint new file mode 100644 index 000000000..71a118388 --- /dev/null +++ b/base/libmpeg2/.footprint @@ -0,0 +1,28 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/corrupt_mpeg2 +-rwxr-xr-x root/root usr/bin/extract_mpeg2 +-rwxr-xr-x root/root usr/bin/mpeg2dec +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/mpeg2dec/ +-rw-r--r-- root/root usr/include/mpeg2dec/mpeg2.h +-rw-r--r-- root/root usr/include/mpeg2dec/mpeg2convert.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libmpeg2.a +-rwxr-xr-x root/root usr/lib/libmpeg2.la +lrwxrwxrwx root/root usr/lib/libmpeg2.so -> libmpeg2.so.0.1.0 +lrwxrwxrwx root/root usr/lib/libmpeg2.so.0 -> libmpeg2.so.0.1.0 +-rwxr-xr-x root/root usr/lib/libmpeg2.so.0.1.0 +-rw-r--r-- root/root usr/lib/libmpeg2convert.a +-rwxr-xr-x root/root usr/lib/libmpeg2convert.la +lrwxrwxrwx root/root usr/lib/libmpeg2convert.so -> libmpeg2convert.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libmpeg2convert.so.0 -> libmpeg2convert.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libmpeg2convert.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libmpeg2.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libmpeg2convert.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/extract_mpeg2.1.gz +-rw-r--r-- root/root usr/share/man/man1/mpeg2dec.1.gz diff --git a/base/libmpeg2/.md5sum b/base/libmpeg2/.md5sum new file mode 100644 index 000000000..2a1f40e57 --- /dev/null +++ b/base/libmpeg2/.md5sum @@ -0,0 +1 @@ +0f92c7454e58379b4a5a378485bbd8ef libmpeg2-0.5.1.tar.gz diff --git a/base/libmpeg2/Pkgfile b/base/libmpeg2/Pkgfile new file mode 100755 index 000000000..940ddc1e0 --- /dev/null +++ b/base/libmpeg2/Pkgfile @@ -0,0 +1,19 @@ +# Description: Librairie pour le décodage de flux MPEG-1 et MPEG-2 +# URL: http://libmpeg2.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libmpeg2 +version=0.5.1 +release=1 +source=(http://libmpeg2.sourceforge.net/files/$name-$version.tar.gz ) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --enable-shared + make + make DESTDIR=$PKG install +} diff --git a/base/libogg/.footprint b/base/libogg/.footprint new file mode 100644 index 000000000..d094c9af5 --- /dev/null +++ b/base/libogg/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/ogg/ +-rw-r--r-- root/root usr/include/ogg/config_types.h +-rw-r--r-- root/root usr/include/ogg/ogg.h +-rw-r--r-- root/root usr/include/ogg/os_types.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libogg.a +-rwxr-xr-x root/root usr/lib/libogg.la +lrwxrwxrwx root/root usr/lib/libogg.so -> libogg.so.0.5.3 +lrwxrwxrwx root/root usr/lib/libogg.so.0 -> libogg.so.0.5.3 +-rwxr-xr-x root/root usr/lib/libogg.so.0.5.3 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/ogg.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/ogg.m4 diff --git a/base/libogg/.md5sum b/base/libogg/.md5sum new file mode 100644 index 000000000..c46dcb1e0 --- /dev/null +++ b/base/libogg/.md5sum @@ -0,0 +1 @@ +eaf7dc6ebbff30975de7527a80831585 libogg-1.1.3.tar.gz diff --git a/base/libogg/Pkgfile b/base/libogg/Pkgfile new file mode 100755 index 000000000..b37d7f546 --- /dev/null +++ b/base/libogg/Pkgfile @@ -0,0 +1,20 @@ +# Description: Contient la structure Ogg port créer et lire les flux +# URL: http://xiph.org/ogg/ +# Maintainer: Linux From Scratch +# Packager: thierryn1 at hispeed dot ch + +name=libogg +version=1.1.3 +release=1 +source=( http://downloads.xiph.org/releases/ogg/$name-$version.tar.gz) + + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc +} diff --git a/base/liboil/.footprint b/base/liboil/.footprint new file mode 100644 index 000000000..c4c272706 --- /dev/null +++ b/base/liboil/.footprint @@ -0,0 +1,31 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/oil-bugreport +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/liboil-0.3/ +drwxr-xr-x root/root usr/include/liboil-0.3/liboil/ +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboil-stdint.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboil.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilclasses.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilcpu.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboildebug.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilfault.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilfuncs.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilfunction.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilgcc.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilinternal.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilparameter.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilprofile.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilprototype.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilrandom.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboiltest.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboiltypes.h +-rw-r--r-- root/root usr/include/liboil-0.3/liboil/liboilutils.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/liboil-0.3.a +-rwxr-xr-x root/root usr/lib/liboil-0.3.la +lrwxrwxrwx root/root usr/lib/liboil-0.3.so -> liboil-0.3.so.0.3.0 +lrwxrwxrwx root/root usr/lib/liboil-0.3.so.0 -> liboil-0.3.so.0.3.0 +-rwxr-xr-x root/root usr/lib/liboil-0.3.so.0.3.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/liboil-0.3.pc diff --git a/base/liboil/.md5sum b/base/liboil/.md5sum new file mode 100644 index 000000000..c7b73c04d --- /dev/null +++ b/base/liboil/.md5sum @@ -0,0 +1 @@ +11dd39b1ca13ce2e0618d4df8303f137 liboil-0.3.15.tar.gz diff --git a/base/liboil/Pkgfile b/base/liboil/Pkgfile new file mode 100644 index 000000000..1c8aad912 --- /dev/null +++ b/base/liboil/Pkgfile @@ -0,0 +1,17 @@ +# Description: Librairie pour l'optimalisation de certains processeurs +# URL: http://liboil.freedesktop.org/wiki/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=liboil +version=0.3.15 +release=1 +source=(http://liboil.freedesktop.org/download/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share +} diff --git a/base/libopendaap/.footprint b/base/libopendaap/.footprint new file mode 100644 index 000000000..0432889bf --- /dev/null +++ b/base/libopendaap/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/daap/ +-rw-r--r-- root/root usr/include/daap/client.h +-rw-r--r-- root/root usr/include/daap/portability.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libopendaap.a +-rwxr-xr-x root/root usr/lib/libopendaap.la +lrwxrwxrwx root/root usr/lib/libopendaap.so -> libopendaap.so.0.1.0 +lrwxrwxrwx root/root usr/lib/libopendaap.so.0 -> libopendaap.so.0.1.0 +-rwxr-xr-x root/root usr/lib/libopendaap.so.0.1.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/opendaap.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/libopendaap.3.gz diff --git a/base/libopendaap/.md5sum b/base/libopendaap/.md5sum new file mode 100644 index 000000000..21434f295 --- /dev/null +++ b/base/libopendaap/.md5sum @@ -0,0 +1 @@ +4edf92ac18c6ab8c05be7a4eb64a8a8d libopendaap-0.4.0.tar.bz2 diff --git a/base/libopendaap/Pkgfile b/base/libopendaap/Pkgfile new file mode 100644 index 000000000..e70d7cd5f --- /dev/null +++ b/base/libopendaap/Pkgfile @@ -0,0 +1,18 @@ +# Description: Le protocol Digital Audio Acces Protocol +# URL: http://daap.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=libopendaap +version=0.4.0 +release=1 +source=(http://craz.net/programs/itunes/files/$name-$version.tar.bz2) +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install + chown -R root:root $PKG +} diff --git a/base/libpcap/.footprint b/base/libpcap/.footprint new file mode 100644 index 000000000..87876ab82 --- /dev/null +++ b/base/libpcap/.footprint @@ -0,0 +1,87 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/pcap-config +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/pcap-bpf.h +-rw-r--r-- root/root usr/include/pcap-namedb.h +-rw-r--r-- root/root usr/include/pcap.h +drwxr-xr-x root/root usr/include/pcap/ +-rw-r--r-- root/root usr/include/pcap/bpf.h +-rw-r--r-- root/root usr/include/pcap/namedb.h +-rw-r--r-- root/root usr/include/pcap/pcap.h +-rw-r--r-- root/root usr/include/pcap/sll.h +-rw-r--r-- root/root usr/include/pcap/usb.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libpcap.a +lrwxrwxrwx root/root usr/lib/libpcap.so -> libpcap.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libpcap.so.1 -> libpcap.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libpcap.so.1.0.0 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/pcap-config.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/pcap.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_activate.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_breakloop.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_can_set_rfmon.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_close.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_compile.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_create.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_datalink.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_datalink_name_to_val.3pcap.gz +lrwxrwxrwx root/root usr/share/man/man3/pcap_datalink_val_to_description.3pcap.gz -> pcap_datalink_val_to_name.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_datalink_val_to_name.3pcap.gz +lrwxrwxrwx root/root usr/share/man/man3/pcap_dispatch.3pcap.gz -> pcap_loop.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_dump.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_dump_close.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_dump_file.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_dump_flush.3pcap.gz +lrwxrwxrwx root/root usr/share/man/man3/pcap_dump_fopen.3pcap.gz -> pcap_dump_open.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_dump_ftell.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_dump_open.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_file.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_fileno.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_findalldevs.3pcap.gz +lrwxrwxrwx root/root usr/share/man/man3/pcap_fopen_offline.3pcap.gz -> pcap_open_offline.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_free_datalinks.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_freealldevs.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_freecode.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_get_selectable_fd.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_geterr.3pcap.gz +lrwxrwxrwx root/root usr/share/man/man3/pcap_getnonblock.3pcap.gz -> pcap_setnonblock.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_inject.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_is_swapped.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_lib_version.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_list_datalinks.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_lookupdev.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_lookupnet.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_loop.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_major_version.3pcap.gz +lrwxrwxrwx root/root usr/share/man/man3/pcap_minor_version.3pcap.gz -> pcap_major_version.3pcap.gz +lrwxrwxrwx root/root usr/share/man/man3/pcap_next.3pcap.gz -> pcap_next_ex.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_next_ex.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_offline_filter.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_open_dead.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_open_live.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_open_offline.3pcap.gz +lrwxrwxrwx root/root usr/share/man/man3/pcap_perror.3pcap.gz -> pcap_geterr.3pcap.gz +lrwxrwxrwx root/root usr/share/man/man3/pcap_sendpacket.3pcap.gz -> pcap_inject.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_set_buffer_size.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_set_datalink.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_set_promisc.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_set_rfmon.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_set_snaplen.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_set_timeout.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_setdirection.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_setfilter.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_setnonblock.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_snapshot.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_stats.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_statustostr.3pcap.gz +-rw-r--r-- root/root usr/share/man/man3/pcap_strerror.3pcap.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/pcap-savefile.5.gz +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/pcap-filter.7.gz +-rw-r--r-- root/root usr/share/man/man7/pcap-linktype.7.gz diff --git a/base/libpcap/.md5sum b/base/libpcap/.md5sum new file mode 100644 index 000000000..c62d941c3 --- /dev/null +++ b/base/libpcap/.md5sum @@ -0,0 +1 @@ +9ad1358c5dec48456405eac197a46d3d libpcap-1.0.0.tar.gz diff --git a/base/libpcap/Pkgfile b/base/libpcap/Pkgfile new file mode 100644 index 000000000..c859ef511 --- /dev/null +++ b/base/libpcap/Pkgfile @@ -0,0 +1,21 @@ +# Description: Fourni les fonctions niveau utilisateur pour le fitrage de paquets +# URL: http://www.tcpdump.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libpcap +version=1.0.0 +release=1 +source=(http://www.tcpdump.org/release/$name-$version.tar.gz) + +build() { + cd $name-$version + install -d $PKG/usr/bin + sed -i '/ln [^-][^s]/s/ln/ln -s/' Makefile.in + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install install-shared + ln -s $name.so.$version $PKG/usr/lib/$name.so.1 + ln -s $name.so.$version $PKG/usr/lib/$name.so +} diff --git a/base/libpng/.footprint b/base/libpng/.footprint new file mode 100644 index 000000000..65e583738 --- /dev/null +++ b/base/libpng/.footprint @@ -0,0 +1,31 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/libpng-config -> libpng12-config +-rwxr-xr-x root/root usr/bin/libpng12-config +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libpng12/ +-rw-r--r-- root/root usr/include/libpng12/png.h +-rw-r--r-- root/root usr/include/libpng12/pngconf.h +lrwxrwxrwx root/root usr/include/png.h -> libpng12/png.h +lrwxrwxrwx root/root usr/include/pngconf.h -> libpng12/pngconf.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libpng.a -> libpng12.a +lrwxrwxrwx root/root usr/lib/libpng.la -> libpng12.la +lrwxrwxrwx root/root usr/lib/libpng.so -> libpng12.so +lrwxrwxrwx root/root usr/lib/libpng.so.3 -> libpng.so.3.39.0 +-rwxr-xr-x root/root usr/lib/libpng.so.3.39.0 +-rw-r--r-- root/root usr/lib/libpng12.a +-rwxr-xr-x root/root usr/lib/libpng12.la +lrwxrwxrwx root/root usr/lib/libpng12.so -> libpng12.so.0.39.0 +lrwxrwxrwx root/root usr/lib/libpng12.so.0 -> libpng12.so.0.39.0 +-rwxr-xr-x root/root usr/lib/libpng12.so.0.39.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +lrwxrwxrwx root/root usr/lib/pkgconfig/libpng.pc -> libpng12.pc +-rw-r--r-- root/root usr/lib/pkgconfig/libpng12.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/libpng.3.gz +-rw-r--r-- root/root usr/share/man/man3/libpngpf.3.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/png.5.gz diff --git a/base/libpng/.md5sum b/base/libpng/.md5sum new file mode 100644 index 000000000..e5a02bda2 --- /dev/null +++ b/base/libpng/.md5sum @@ -0,0 +1,2 @@ +bc93c1cd8625811d1311d2957b947e7b libpng-1.2.39-apng-1.patch +4d48ecff6fc7ab12e97b07d0f65ec2f0 libpng-1.2.39.tar.bz2 diff --git a/base/libpng/Pkgfile b/base/libpng/Pkgfile new file mode 100755 index 000000000..6a0d20801 --- /dev/null +++ b/base/libpng/Pkgfile @@ -0,0 +1,22 @@ +# Description: Librairie de fonctions de support PNG +# URL: http://www.libpng.org/pub/png/libpng.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libpng +version=1.2.39 +release=1 +source=( http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 \ + http://www.linuxfromscratch.org/patches/blfs/svn/libpng-$version-apng-1.patch) + + +build() { + cd $name-$version + patch -Np1 -i ../libpng-$version-apng-1.patch + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --disable-debug + make + make DESTDIR=$PKG install +} diff --git a/base/libraw1394/.footprint b/base/libraw1394/.footprint new file mode 100644 index 000000000..15750d974 --- /dev/null +++ b/base/libraw1394/.footprint @@ -0,0 +1,26 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/dumpiso +-rwxr-xr-x root/root usr/bin/sendiso +-rwxr-xr-x root/root usr/bin/testlibraw +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libraw1394/ +-rw-r--r-- root/root usr/include/libraw1394/csr.h +-rw-r--r-- root/root usr/include/libraw1394/ieee1394.h +-rw-r--r-- root/root usr/include/libraw1394/raw1394.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libraw1394.a +-rwxr-xr-x root/root usr/lib/libraw1394.la +lrwxrwxrwx root/root usr/lib/libraw1394.so -> libraw1394.so.11.0.1 +lrwxrwxrwx root/root usr/lib/libraw1394.so.11 -> libraw1394.so.11.0.1 +-rwxr-xr-x root/root usr/lib/libraw1394.so.11.0.1 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libraw1394.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/dumpiso.1.gz +-rw-r--r-- root/root usr/share/man/man1/sendiso.1.gz +-rw-r--r-- root/root usr/share/man/man1/testlibraw.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/isodump.5.gz diff --git a/base/libraw1394/.md5sum b/base/libraw1394/.md5sum new file mode 100644 index 000000000..75db2955b --- /dev/null +++ b/base/libraw1394/.md5sum @@ -0,0 +1 @@ +38d6dad9c90dcb776574af0ee93bda33 libraw1394-2.0.4.tar.gz diff --git a/base/libraw1394/Pkgfile b/base/libraw1394/Pkgfile new file mode 100755 index 000000000..41f07e2d3 --- /dev/null +++ b/base/libraw1394/Pkgfile @@ -0,0 +1,17 @@ +# Description: Fournit un accès directe au bus IEEE 1394 +# URL: http://sourceforge.net/projects/libraw1394/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libraw1394 +version=2.0.4 +release=1 +source=(http://downloads.sourceforge.net/project/libraw1394/libraw1394/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + -mandir=/usr/share/man + make + make DESTDIR=$PKG install +} diff --git a/base/libsidplay/.footprint b/base/libsidplay/.footprint new file mode 100644 index 000000000..fc25a4a14 --- /dev/null +++ b/base/libsidplay/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/sidplay/ +-rw-r--r-- root/root usr/include/sidplay/compconf.h +-rw-r--r-- root/root usr/include/sidplay/emucfg.h +-rw-r--r-- root/root usr/include/sidplay/fformat.h +-rw-r--r-- root/root usr/include/sidplay/fixpoint.h +-rw-r--r-- root/root usr/include/sidplay/libcfg.h +-rw-r--r-- root/root usr/include/sidplay/myendian.h +-rw-r--r-- root/root usr/include/sidplay/mytypes.h +-rw-r--r-- root/root usr/include/sidplay/player.h +-rw-r--r-- root/root usr/include/sidplay/sidtune.h +-rw-r--r-- root/root usr/include/sidplay/version.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libsidplay.a +-rwxr-xr-x root/root usr/lib/libsidplay.la +lrwxrwxrwx root/root usr/lib/libsidplay.so -> libsidplay.so.1.0.3 +lrwxrwxrwx root/root usr/lib/libsidplay.so.1 -> libsidplay.so.1.0.3 +-rwxr-xr-x root/root usr/lib/libsidplay.so.1.0.3 diff --git a/base/libsidplay/.md5sum b/base/libsidplay/.md5sum new file mode 100644 index 000000000..5bab3e6d5 --- /dev/null +++ b/base/libsidplay/.md5sum @@ -0,0 +1,2 @@ +40d361fff8e1eb69a95835b7cd884d97 libsidplay-1.36.59-gcc43.patch +37c51ba4bd57164b1b0bb7b43b9adece libsidplay-1.36.59.tgz diff --git a/base/libsidplay/Pkgfile b/base/libsidplay/Pkgfile new file mode 100644 index 000000000..4603412ca --- /dev/null +++ b/base/libsidplay/Pkgfile @@ -0,0 +1,19 @@ +# Description: Librairie pour lire des fichiers SID +# URL: http://critical.ch/distfiles +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com + +name=libsidplay +version=1.36.59 +release=1 +source=(http://critical.ch/distfiles/$name-$version.tgz \ +libsidplay-1.36.59-gcc43.patch) + +build() { +cd $name-$version + patch -p1 < ../libsidplay-1.36.59-gcc43.patch + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + diff --git a/base/libsidplay/libsidplay-1.36.59-gcc43.patch b/base/libsidplay/libsidplay-1.36.59-gcc43.patch new file mode 100644 index 000000000..8125e7ef3 --- /dev/null +++ b/base/libsidplay/libsidplay-1.36.59-gcc43.patch @@ -0,0 +1,41 @@ +diff --git a/src/sidtune.cpp b/src/sidtune.cpp +index 4d1d33b..6fbae80 100644 +--- a/src/sidtune.cpp ++++ b/src/sidtune.cpp +@@ -306,11 +306,7 @@ udword sidTune::loadFile(const char* fileName, ubyte** bufferRef) + return 0; + } + // Open binary input file stream at end of file. +-#if defined(SID_HAVE_IOS_BIN) +- ifstream myIn( fileName, ios::in|ios::bin|ios::ate ); +-#else + ifstream myIn( fileName, ios::in|ios::binary|ios::ate ); +-#endif + // As a replacement for !is_open(), bad() and the NOT-operator + // don't seem to work on all systems. + #if defined(SID_DONT_HAVE_IS_OPEN) +@@ -972,11 +968,7 @@ bool sidTune::saveC64dataFile( const char* fileName, bool overWriteFlag ) + } + // Open binary output file stream. + else +-#if defined(SID_HAVE_IOS_BIN) +- fMyOut.open( fileName, ios::out|ios::bin|ios::trunc ); +-#else + fMyOut.open( fileName, ios::out|ios::binary|ios::trunc ); +-#endif + if ( !fMyOut ) + { + info.statusString = text_cantCreateFile; +@@ -1061,11 +1053,7 @@ bool sidTune::savePSIDfile( const char* fileName, bool overWriteFlag ) + } + // Open binary output file stream. + else +-#if defined(SID_HAVE_IOS_BIN) +- fMyOut.open( fileName, ios::out|ios::bin|ios::trunc ); +-#else + fMyOut.open( fileName, ios::out|ios::binary|ios::trunc ); +-#endif + if ( !fMyOut ) + { + info.statusString = text_cantCreateFile; + diff --git a/base/libsigc++/.footprint b/base/libsigc++/.footprint new file mode 100644 index 000000000..f7f710efb --- /dev/null +++ b/base/libsigc++/.footprint @@ -0,0 +1,91 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/sigc++-2.0/ +drwxr-xr-x root/root usr/include/sigc++-2.0/sigc++/ +drwxr-xr-x root/root usr/include/sigc++-2.0/sigc++/adaptors/ +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/bind.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/bind_return.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/bound_argument.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/compose.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/exception_catch.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/hide.h +drwxr-xr-x root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/ +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/base.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/group.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/lambda.h +drwxr-xr-x root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/macros/ +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/macros/base.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/macros/group.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/macros/lambda.cc.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/macros/operator.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/macros/select.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/operator.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/lambda/select.h +drwxr-xr-x root/root usr/include/sigc++-2.0/sigc++/adaptors/macros/ +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/macros/adaptor_trait.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/macros/bind.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/macros/bind_return.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/macros/compose.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/macros/deduce_result_type.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/macros/exception_catch.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/macros/hide.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/macros/retype.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/macros/retype_return.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/retype.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/adaptors/retype_return.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/bind.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/bind_return.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/class_slot.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/connection.h +drwxr-xr-x root/root usr/include/sigc++-2.0/sigc++/functors/ +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/functors/functor_trait.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/functors/functors.h +drwxr-xr-x root/root usr/include/sigc++-2.0/sigc++/functors/macros/ +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/functors/macros/functor_trait.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/functors/macros/mem_fun.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/functors/macros/ptr_fun.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/functors/macros/slot.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/functors/mem_fun.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/functors/ptr_fun.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/functors/slot.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/functors/slot_base.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/hide.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/limit_reference.h +drwxr-xr-x root/root usr/include/sigc++-2.0/sigc++/macros/ +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/macros/class_slot.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/macros/hide.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/macros/limit_reference.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/macros/method_slot.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/macros/object_slot.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/macros/retype.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/macros/signal.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/macros/slot.h.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/macros/template.macros.m4 +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/method_slot.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/object.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/object_slot.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/reference_wrapper.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/retype.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/retype_return.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/sigc++.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/signal.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/signal_base.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/slot.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/trackable.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/type_traits.h +-rw-r--r-- root/root usr/include/sigc++-2.0/sigc++/visit_each.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libsigc-2.0.a +-rwxr-xr-x root/root usr/lib/libsigc-2.0.la +lrwxrwxrwx root/root usr/lib/libsigc-2.0.so -> libsigc-2.0.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libsigc-2.0.so.0 -> libsigc-2.0.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libsigc-2.0.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/sigc++-2.0.pc +drwxr-xr-x root/root usr/lib/sigc++-2.0/ +drwxr-xr-x root/root usr/lib/sigc++-2.0/include/ +-rw-r--r-- root/root usr/lib/sigc++-2.0/include/sigc++config.h +drwxr-xr-x root/root usr/share/ diff --git a/base/libsigc++/.md5sum b/base/libsigc++/.md5sum new file mode 100644 index 000000000..d105d809b --- /dev/null +++ b/base/libsigc++/.md5sum @@ -0,0 +1 @@ +f4574b343eebc4bff66a9e1e5ce6e490 libsigc++-2.2.3.tar.bz2 diff --git a/base/libsigc++/Pkgfile b/base/libsigc++/Pkgfile new file mode 100755 index 000000000..c6b2ed798 --- /dev/null +++ b/base/libsigc++/Pkgfile @@ -0,0 +1,17 @@ +# Description: Implémente un système complèt de retour d'appel pour les librairies de widget version 2 +# URL: http://libsigc.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libsigc++ +version=2.2.3 +release=1 +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc +} diff --git a/base/libsigsegv/.footprint b/base/libsigsegv/.footprint new file mode 100644 index 000000000..c56b10930 --- /dev/null +++ b/base/libsigsegv/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/sigsegv.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libsigsegv.a +-rwxr-xr-x root/root usr/lib/libsigsegv.la +lrwxrwxrwx root/root usr/lib/libsigsegv.so -> libsigsegv.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libsigsegv.so.0 -> libsigsegv.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libsigsegv.so.0.0.0 diff --git a/base/libsigsegv/.md5sum b/base/libsigsegv/.md5sum new file mode 100644 index 000000000..1b7efb7d8 --- /dev/null +++ b/base/libsigsegv/.md5sum @@ -0,0 +1 @@ +df0fe5f87a01e0b4b53b2cdfa8a730e1 libsigsegv-2.4.tar.gz diff --git a/base/libsigsegv/Pkgfile b/base/libsigsegv/Pkgfile new file mode 100644 index 000000000..df5583eda --- /dev/null +++ b/base/libsigsegv/Pkgfile @@ -0,0 +1,17 @@ +# Description: Librairie de détection de faute de page +# URL: http://libsigsegv.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libsigsegv +version=2.4 +release=1 +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --enable-shared + make + make DESTDIR=$PKG install +} diff --git a/base/libtasn1/.footprint b/base/libtasn1/.footprint new file mode 100644 index 000000000..578bbe6b8 --- /dev/null +++ b/base/libtasn1/.footprint @@ -0,0 +1,57 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/asn1Coding +-rwxr-xr-x root/root usr/bin/asn1Decoding +-rwxr-xr-x root/root usr/bin/asn1Parser +-rwxr-xr-x root/root usr/bin/libtasn1-config +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/libtasn1.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libtasn1.a +-rwxr-xr-x root/root usr/lib/libtasn1.la +lrwxrwxrwx root/root usr/lib/libtasn1.so -> libtasn1.so.3.0.16 +lrwxrwxrwx root/root usr/lib/libtasn1.so.3 -> libtasn1.so.3.0.16 +-rwxr-xr-x root/root usr/lib/libtasn1.so.3.0.16 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libtasn1.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/libtasn1.m4 +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/libtasn1.info.gz +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/asn1Coding.1.gz +-rw-r--r-- root/root usr/share/man/man1/asn1Decoding.1.gz +-rw-r--r-- root/root usr/share/man/man1/asn1Parser.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/asn1_array2tree.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_bit_der.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_check_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_copy_node.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_create_element.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_delete_element.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_delete_structure.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_der_coding.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_der_decoding.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_der_decoding_element.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_der_decoding_startEnd.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_expand_any_defined_by.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_expand_octet_string.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_find_node.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_find_structure_from_oid.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_get_bit_der.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_get_length_der.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_get_octet_der.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_get_tag_der.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_length_der.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_number_of_elements.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_octet_der.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_parser2array.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_parser2tree.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_print_structure.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_read_tag.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_read_value.3.gz +-rw-r--r-- root/root usr/share/man/man3/asn1_write_value.3.gz +-rw-r--r-- root/root usr/share/man/man3/libtasn1_perror.3.gz +-rw-r--r-- root/root usr/share/man/man3/libtasn1_strerror.3.gz diff --git a/base/libtasn1/.md5sum b/base/libtasn1/.md5sum new file mode 100644 index 000000000..211d1e672 --- /dev/null +++ b/base/libtasn1/.md5sum @@ -0,0 +1 @@ +7d7e8e21d1159a0b4c0aa69469eef565 libtasn1-1.5.tar.gz diff --git a/base/libtasn1/Pkgfile b/base/libtasn1/Pkgfile new file mode 100755 index 000000000..448e061e6 --- /dev/null +++ b/base/libtasn1/Pkgfile @@ -0,0 +1,20 @@ +# Description: Contient librairie audio +# URL: http://www.gnu.org/software/gnutls/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libtasn1 +version=1.5 +release=1 +source=( ftp://ftp.gnutls.org/pub/gnutls/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/doc + rm -rd $PKG/usr/share/info/dir +} diff --git a/base/libvncserver/.footprint b/base/libvncserver/.footprint new file mode 100644 index 000000000..0624d6284 --- /dev/null +++ b/base/libvncserver/.footprint @@ -0,0 +1,24 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/LinuxVNC +-rwxr-xr-x root/root usr/bin/libvncserver-config +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/rfb/ +-rw-r--r-- root/root usr/include/rfb/keysym.h +-rw-r--r-- root/root usr/include/rfb/rfb.h +-rw-r--r-- root/root usr/include/rfb/rfbclient.h +-rw-r--r-- root/root usr/include/rfb/rfbconfig.h +-rw-r--r-- root/root usr/include/rfb/rfbint.h +-rw-r--r-- root/root usr/include/rfb/rfbproto.h +-rw-r--r-- root/root usr/include/rfb/rfbregion.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libvncclient.a +-rwxr-xr-x root/root usr/lib/libvncclient.la +lrwxrwxrwx root/root usr/lib/libvncclient.so -> libvncclient.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libvncclient.so.0 -> libvncclient.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libvncclient.so.0.0.0 +-rw-r--r-- root/root usr/lib/libvncserver.a +-rwxr-xr-x root/root usr/lib/libvncserver.la +lrwxrwxrwx root/root usr/lib/libvncserver.so -> libvncserver.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libvncserver.so.0 -> libvncserver.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libvncserver.so.0.0.0 diff --git a/base/libvncserver/.md5sum b/base/libvncserver/.md5sum new file mode 100644 index 000000000..cf0687c90 --- /dev/null +++ b/base/libvncserver/.md5sum @@ -0,0 +1 @@ +14af5bdae461df4666c18e5f83c150c4 LibVNCServer-0.9.7.tar.gz diff --git a/base/libvncserver/Pkgfile b/base/libvncserver/Pkgfile new file mode 100755 index 000000000..c5283801f --- /dev/null +++ b/base/libvncserver/Pkgfile @@ -0,0 +1,20 @@ +# Description: Librairie pour le serveur vnc +# URL: http://libvncserver.sourceforge.net/ +# Maintainer: NutyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libvncserver +version=0.9.7 +release=1 +_name=LibVNCServer +source=(http://downloads.sourceforge.net/${name}/${_name}-$version.tar.gz) + + + +build() { + cd ${_name}-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + +} diff --git a/base/libxdg-basedir/.footprint b/base/libxdg-basedir/.footprint new file mode 100644 index 000000000..9b62ef3b0 --- /dev/null +++ b/base/libxdg-basedir/.footprint @@ -0,0 +1,11 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/basedir.h +-rw-r--r-- root/root usr/include/basedir_fs.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libxdg-basedir.la +lrwxrwxrwx root/root usr/lib/libxdg-basedir.so -> libxdg-basedir.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libxdg-basedir.so.1 -> libxdg-basedir.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libxdg-basedir.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libxdg-basedir.pc diff --git a/base/libxdg-basedir/.md5sum b/base/libxdg-basedir/.md5sum new file mode 100644 index 000000000..e653fe4b6 --- /dev/null +++ b/base/libxdg-basedir/.md5sum @@ -0,0 +1 @@ +944202425e5359666f268d18671303d4 libxdg-basedir-1.0.2.tar.gz diff --git a/base/libxdg-basedir/Pkgfile b/base/libxdg-basedir/Pkgfile new file mode 100644 index 000000000..1c9c4a72a --- /dev/null +++ b/base/libxdg-basedir/Pkgfile @@ -0,0 +1,17 @@ +# Description: Spécifications du répertoire de base de XDG +# URL: http://n.ethz.ch/student/nevillm/download/libxdg-basedir +# Packager: Bartlomiej Palmowski <rotwang at crux dot org dot pl> +# Maintainer: Blankoworld <blankoworld at wanadoo dot fr> + +name=libxdg-basedir +version=1.0.2 +release=1 +source=( http://n.ethz.ch/~nevillm/download/$name/$name-$version.tar.gz ) + +build() { + cd $name-$version + ./configure --prefix=/usr --disable-static + make + make DESTDIR=$PKG install +} + diff --git a/base/libzip/.footprint b/base/libzip/.footprint new file mode 100644 index 000000000..e31078020 --- /dev/null +++ b/base/libzip/.footprint @@ -0,0 +1,64 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/zipcmp +-rwxr-xr-x root/root usr/bin/zipmerge +-rwxr-xr-x root/root usr/bin/ziptorrent +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/zip.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libzip.a +-rwxr-xr-x root/root usr/lib/libzip.la +lrwxrwxrwx root/root usr/lib/libzip.so -> libzip.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libzip.so.1 -> libzip.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libzip.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libzip.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/zipcmp.1.gz +-rw-r--r-- root/root usr/share/man/man1/zipmerge.1.gz +-rw-r--r-- root/root usr/share/man/man1/ziptorrent.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/libzip.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_add.3 +-rw-r--r-- root/root usr/share/man/man3/zip_add_dir.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_close.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_delete.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_error_clear.3 +-rw-r--r-- root/root usr/share/man/man3/zip_error_get.3 +-rw-r--r-- root/root usr/share/man/man3/zip_error_get_sys_type.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_error_to_str.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_errors.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_fclose.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_file_error_clear.3 +-rw-r--r-- root/root usr/share/man/man3/zip_file_error_get.3 +-rw-r--r-- root/root usr/share/man/man3/zip_file_strerror.3 +-rw-r--r-- root/root usr/share/man/man3/zip_fopen.3 +-rw-r--r-- root/root usr/share/man/man3/zip_fopen_index.3 +-rw-r--r-- root/root usr/share/man/man3/zip_fread.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_get_archive_comment.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_get_archive_flag.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_get_file_comment.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_get_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_get_num_files.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_name_locate.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_open.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_rename.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_replace.3 +-rw-r--r-- root/root usr/share/man/man3/zip_set_archive_comment.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_set_archive_flag.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_set_file_comment.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_source_buffer.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_source_file.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_source_filep.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_source_free.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_source_function.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_source_zip.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_stat.3 +-rw-r--r-- root/root usr/share/man/man3/zip_stat_index.3 +-rw-r--r-- root/root usr/share/man/man3/zip_stat_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_strerror.3 +-rw-r--r-- root/root usr/share/man/man3/zip_unchange.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_unchange_all.3.gz +-rw-r--r-- root/root usr/share/man/man3/zip_unchange_archive.3.gz diff --git a/base/libzip/.md5sum b/base/libzip/.md5sum new file mode 100644 index 000000000..13793d762 --- /dev/null +++ b/base/libzip/.md5sum @@ -0,0 +1 @@ +56b9f11c1eee5eed189a20183d7e06b0 libzip-0.9.tar.bz2 diff --git a/base/libzip/Pkgfile b/base/libzip/Pkgfile new file mode 100644 index 000000000..934f347cf --- /dev/null +++ b/base/libzip/Pkgfile @@ -0,0 +1,16 @@ +# Description: Librairie pour la compression de fichiers +# URL: http://www.nih.at/libzip/index.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch + +name=libzip +version=0.9 +release=1 +source=(http://www.nih.at/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} diff --git a/base/noip/.footprint b/base/noip/.footprint new file mode 100644 index 000000000..86e4768a3 --- /dev/null +++ b/base/noip/.footprint @@ -0,0 +1,22 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/noip/ +-rw-r--r-- root/root etc/noip/no-ip2.conf (EMPTY) +drwxr-xr-x root/root etc/rc.d/ +drwxr-xr-x root/root etc/rc.d/init.d/ +-rwxr-xr-x root/root etc/rc.d/init.d/noip +drwxr-xr-x root/root etc/rc.d/rc0.d/ +lrwxrwxrwx root/root etc/rc.d/rc0.d/K05noip -> ../init.d/noip +drwxr-xr-x root/root etc/rc.d/rc1.d/ +lrwxrwxrwx root/root etc/rc.d/rc1.d/K05noip -> ../init.d/noip +drwxr-xr-x root/root etc/rc.d/rc2.d/ +drwxr-xr-x root/root etc/rc.d/rc3.d/ +lrwxrwxrwx root/root etc/rc.d/rc3.d/S50noip -> ../init.d/noip +drwxr-xr-x root/root etc/rc.d/rc4.d/ +lrwxrwxrwx root/root etc/rc.d/rc4.d/S50noip -> ../init.d/noip +drwxr-xr-x root/root etc/rc.d/rc5.d/ +lrwxrwxrwx root/root etc/rc.d/rc5.d/S50noip -> ../init.d/noip +drwxr-xr-x root/root etc/rc.d/rc6.d/ +lrwxrwxrwx root/root etc/rc.d/rc6.d/K05noip -> ../init.d/noip +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/noip2 diff --git a/base/noip/.md5sum b/base/noip/.md5sum new file mode 100644 index 000000000..9e1affdf5 --- /dev/null +++ b/base/noip/.md5sum @@ -0,0 +1,2 @@ +98937b041307821ac7f8b574ca7ae7d2 noip +3b0f5f2ff8637c73ab337be403252a60 noip-duc-linux.tar.gz diff --git a/base/noip/Pkgfile b/base/noip/Pkgfile new file mode 100644 index 000000000..66ad7bb23 --- /dev/null +++ b/base/noip/Pkgfile @@ -0,0 +1,33 @@ +# Description: noip Dynamic Update client +# URL: http://ww.no-ip.com/ +# Maintainer: NuTyX coreteam +# Packager: thierryn1 at hispeed dot ch + +name=noip +version=2.1.9 +release=1 +source=("http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz"\ + noip) + +build() +{ + cd $name-$version-$release + sed -i 's/PREFIX=\//PREFIX=/' Makefile + make + install -d $PKG/usr/bin + install -d $PKG/etc/noip + touch $PKG/etc/noip/no-ip2.conf + cp noip2 $PKG/usr/bin/ + install -D -m755 ../noip $PKG/etc/rc.d/init.d/noip + for i in 0 1 2 3 4 5 6 + do mkdir -p $PKG/etc/rc.d/rc$i.d + done + for i in 0 1 6 + do ln -sv ../init.d/noip $PKG/etc/rc.d/rc$i.d/K05noip + done + for i in 3 4 5 + do ln -sv ../init.d/noip $PKG/etc/rc.d/rc$i.d/S50noip + done + +# make DESTDIR=$PKG install +} diff --git a/base/noip/noip b/base/noip/noip new file mode 100755 index 000000000..e7fb814c5 --- /dev/null +++ b/base/noip/noip @@ -0,0 +1,21 @@ +################################################## +#! /bin/sh +# . /etc/rc.d/init.d/functions # uncomment/modify for your killproc +case "$1" in + + start) + + echo "Starting noip2." + # /usr/local/bin/noip2 -d -U 2 + /usr/bin/noip2 -F -c /etc/noip/no-ip2.conf -d >> /var/log/noip.log 2>&1 + ;; + stop) + + echo "Shutting down noip2." + /usr/bin/killall -TERM /usr/bin/noip2 + ;; + *) + echo "Usage: $0 {start|stop}" + exit 1 +esac +exit 0 diff --git a/base/squashfs/.footprint b/base/squashfs/.footprint new file mode 100644 index 000000000..344e8efe2 --- /dev/null +++ b/base/squashfs/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root bin/ +-rwxr-xr-x root/root bin/mksquashfs +-rwxr-xr-x root/root bin/unsquashfs diff --git a/base/squashfs/.md5sum b/base/squashfs/.md5sum new file mode 100644 index 000000000..a2243ba76 --- /dev/null +++ b/base/squashfs/.md5sum @@ -0,0 +1 @@ +a3c23391da4ebab0ac4a75021ddabf96 squashfs4.0.tar.gz diff --git a/base/squashfs/Pkgfile b/base/squashfs/Pkgfile new file mode 100644 index 000000000..d7a9a9a06 --- /dev/null +++ b/base/squashfs/Pkgfile @@ -0,0 +1,16 @@ +# Description: un système de fichier en lecture seule hautement compressé. +# URL: http://squashfs.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: guy_ + +name=squashfs +version=4.0 +release=1 +source=(http://downloads.sourceforge.net/project/$name/$name/$name$version/$name$version.tar.gz) + +build() { + cd $name$version/squashfs-tools + make + mkdir -p $PKG/bin + make INSTALL_DIR=$PKG/bin install +} |