diff --git a/dev-libs/libzip/libzip-0.10.recipe b/dev-libs/libzip/libzip-0.10.recipe deleted file mode 100644 index 4bba3966d..000000000 --- a/dev-libs/libzip/libzip-0.10.recipe +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION="libzip is a C library for reading, creating, and modifying zip archives." -HOMEPAGE="http://www.nih.at/libzip/" -SOURCE_URI="http://www.nih.at/libzip/libzip-0.10.tar.bz2" -CHECKSUM_MD5="663d79a9d299a61026d1860d52cdf6fc" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -BUILD() -{ - cd libzip-0.10 - sed -i 's/MAN_PATH man/MAN_PATH documentation\/man/' man/CMakeLists.txt - sed -i 's/DESTINATION lib\/libzip\/include/DESTINATION include/' CMakeLists.txt - cmake . - make -} - -INSTALL() -{ - cd libzip-0.10 - make install -} - -LICENSE="BSD (3-clause)" -COPYRIGHT="1999-2008 Dieter Baron and Thomas Klausner" diff --git a/dev-lua/luarocks/luarocks-2.0.4.1.recipe b/dev-lua/luarocks/luarocks-2.0.4.1.recipe deleted file mode 100644 index 752a41ab1..000000000 --- a/dev-lua/luarocks/luarocks-2.0.4.1.recipe +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION="LuaRocks is a deployment and management system for Lua modules." -HOMEPAGE="http://luarocks.org" -SOURCE_URI="http://luarocks.org/releases/luarocks-2.0.4.1.tar.gz" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="dev-lang/lua >= 5.1" -CHECKSUM_MD5="2c7caccce3cdf236e6f9aca7bec9bdea" -BUILD() -{ - cd luarocks-2.0.4.1 - configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd luarocks-2.0.4.1 - make install DESTDIR=${DESTDIR} -} - -LICENSE="MIT" -COPYRIGHT="2007-2010 Kepler Project" diff --git a/media-libs/libsndfile/libsndfile-1.0.21.recipe b/media-libs/libsndfile/libsndfile-1.0.21.recipe deleted file mode 100644 index ef443144b..000000000 --- a/media-libs/libsndfile/libsndfile-1.0.21.recipe +++ /dev/null @@ -1,39 +0,0 @@ -DESCRIPTION="Libsndfile is a C library for reading and writing files containing sampled sound" -HOMEPAGE="http://www.mega-nerd.com/libsndfile" -SOURCE_URI="http://ports-space.haiku-files.org/source/libsndfile_1.0.21.orig.tar.gz" -CHECKSUM_MD5="880a40ec636ab2185b97f8927299b292" -REVISION="1" -MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." -STATUS_HAIKU="stable" - -DEPEND="media-libs/flac >= 1.2.1 - media-libs/libogg >= 1.2.0 - media-libs/libvorbis >= 1.3.1" - -BUILD() -{ - cd libsndfile-1.0.21 - rm aclocal.m4 - echo "AC_CONFIG_MACRO_DIR([M4]) >> configure.in" - libtoolize --force --copy --install - aclocal --install -I M4 - sed -i 's/htmldocdir=$prefix\/share\/doc\/libsndfile1-dev\/html/htmldocdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`\/doc\/libsndfile1-dev\/html/' configure.ac - autoconf - autoheader - automake - COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY` - export htmldocdir=$COMMON_DOCS/doc/libsndfile-dev/html - ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ - --mandir=$COMMON_DOCS/man - make -} - -INSTALL() -{ - cd libsndfile-1.0.21 - make install -} - -LICENSE="GNU LGPL v2.1 - GNU LGPL v3" -COPYRIGHT="1999-2009 Erik de Castro Lopo" diff --git a/net-libs/libtorrent/libtorrent-0.12.5.recipe b/net-libs/libtorrent/libtorrent-0.12.5.recipe deleted file mode 100644 index 260a7b726..000000000 --- a/net-libs/libtorrent/libtorrent-0.12.5.recipe +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION="libTorrent" -HOMEPAGE="http://libtorrent.rakshasa.no/" -SOURCE_URI="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz" -REVISION="1" -CHECKSUM_MD5="fe8155d364b220713074423100d4bf29" -STATUS_HAIKU="stable" -MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." -# pkgconfig is only a build dependency -DEPEND="dev-util/pkgconfig >= 0.23 - dev-libs/openssl >= 0.9.8l - libsigc++ >= ??" - -BUILD() -{ - cd libtorrent-0.12.5 - autoreconf -vfi - ./configure --prefix=`finddir B_COMMON_DIRECTORY` --disable-mincore - make -} - -INSTALL() -{ - cd libtorrent-0.12.5 - make install -} -LICENSE="GNU GPL v2" -COPYRIGHT="2005-2009 Jari Sundell"