From 8bd28437d9840a4a80a07a674680823061dafa30 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Fri, 13 Feb 2015 11:04:48 -0500 Subject: [PATCH] libxslt: remove old version. --- dev-libs/libxslt/libxslt-1.1.26.recipe | 32 -------------------------- 1 file changed, 32 deletions(-) delete mode 100644 dev-libs/libxslt/libxslt-1.1.26.recipe diff --git a/dev-libs/libxslt/libxslt-1.1.26.recipe b/dev-libs/libxslt/libxslt-1.1.26.recipe deleted file mode 100644 index 9eb59b7bf..000000000 --- a/dev-libs/libxslt/libxslt-1.1.26.recipe +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION="libxslt - Libxslt is the XSLT C library developed for the GNOME project." -HOMEPAGE="http://www.xmlsoft.org/" -SRC_URI="ftp://xmlsoft.org/libxml2/libxslt-1.1.26.tar.gz" -CHECKSUM_MD5="e61d0364a30146aaa3001296f853b2b9" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -BUILD() -{ - cd libxslt-1.1.26 - libtoolize --force --copy --install - aclocal - autoconf - sed -i 's/$(datadir)\/aclocal/`finddir B_COMMON_DATA_DIRECTORY`\/aclocal/' Makefile* - automake - - COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY` - ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ - --datarootdir=$COMMON_DOCS \ - --docdir=$COMMON_DOCS/doc \ - --mandir=$COMMON_DOCS/man - make -} - -INSTALL() -{ - cd libxslt-1.1.26 - make install -} - -LICENSE="MIT" -COPYRIGHT="2001-2002 Daniel Veillard. All Rights Reserved."