From 4d2780093ffab5e298e62454d2792f3e39512188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Tue, 19 Jul 2011 15:31:13 -0300 Subject: libre/atool-libre --- libre/atool-libre/ChangeLog | 9 ++++++++ libre/atool-libre/PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++ libre/atool-libre/rePKGBUILD | 27 ++++++++++++++++++++++++ libre/xarchiver-libre/rePKGBUILD | 2 +- 4 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 libre/atool-libre/ChangeLog create mode 100644 libre/atool-libre/PKGBUILD create mode 100644 libre/atool-libre/rePKGBUILD (limited to 'libre') diff --git a/libre/atool-libre/ChangeLog b/libre/atool-libre/ChangeLog new file mode 100644 index 000000000..aec63e70f --- /dev/null +++ b/libre/atool-libre/ChangeLog @@ -0,0 +1,9 @@ +2009-08-16 Jaroslav Lichtblau + * Updated to major version 0.37.0 + +2008-10-05 Jaroslav Lichtblau + * Updated to major version 0.36.0 + +2008-10-05 Jaroslav Lichtblau + * Moved to [community] repo + diff --git a/libre/atool-libre/PKGBUILD b/libre/atool-libre/PKGBUILD new file mode 100644 index 000000000..295e67725 --- /dev/null +++ b/libre/atool-libre/PKGBUILD @@ -0,0 +1,44 @@ +# $Id: PKGBUILD 10828 2010-02-02 18:05:28Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau +# Contributor: leif_thande +# Contributor: tranquility +# Contributor: Daniel J Griffiths + +_pkgname=atool +pkgname=atool-libre +pkgver=0.37.0 +pkgrel=4 +pkgdesc="A script for managing file archives of various types" +arch=('any') +url="http://www.nongnu.org/atool/" +license=('GPL3') +depends=('file' 'perl') +provides=("$_pkgname=$pkgver") +replaces=("$_pkgname") +conflicts=("$_pkgname") +optdepends=('bzip2: for using atool with bzip2 compressed archives' + 'cpio: for using atool with cpio archives' + 'gzip: for using atool with gzip compressed archives' + 'lha: for using atool with lha, lharc and similar archives' + 'lzma-utils: for using atool with lzma compressed archives' + 'lzop: for using atool with lzop compressed archives' + 'p7zip: for using atool with 7z archives' + 'tar: for using atool with tar archives' + 'zip: for using atool for creating zip archives' + 'unzip: for using atool for unpacking archives') +source=(http://savannah.nongnu.org/download/atool/atool-${pkgver}.tar.gz) +md5sums=('2607e9b19518af4145be8a6bed454477') + + +build() { + cd ${srcdir}/${_pkgname}-${pkgver} + + ./configure --prefix=/usr +} + +package() { + cd ${srcdir}/${_pkgname}-${pkgver} + + make prefix=${pkgdir}/usr install || return 1 +} + diff --git a/libre/atool-libre/rePKGBUILD b/libre/atool-libre/rePKGBUILD new file mode 100644 index 000000000..e684320d0 --- /dev/null +++ b/libre/atool-libre/rePKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: Nicolás Reynolds +source PKGBUILD +unset build package md5sums source +CARCH=any +PKGEXT=.pkg.tar.gz +_repo=community # Put the repo here +_mirror=http://mirrors.kernel.org/archlinux # Put mirror here +source=(PKGBUILD + "${_mirror}/${_repo}/os/i686/${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT" + # files for pkg modifications below this line + ) +options=(!strip) + +build() { + cd "${srcdir}/" + rm .{INSTALL,PKGINFO} || true + # put actions for package modifications below this line + +} + +package() { + find ${srcdir} -maxdepth 1 -type l -delete + cp -a ${srcdir}/* ${pkgdir} +} + + +# vim:set ts=2 sw=2 et: diff --git a/libre/xarchiver-libre/rePKGBUILD b/libre/xarchiver-libre/rePKGBUILD index 71d619abe..0e21f1be0 100644 --- a/libre/xarchiver-libre/rePKGBUILD +++ b/libre/xarchiver-libre/rePKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Nicolás Reynolds source PKGBUILD -#CARCH=x86_64 +CARCH=x86_64 unset build package md5sums source _repo=extra # Put the repo here _mirror=http://mirrors.kernel.org/archlinux # Put mirror here -- cgit v1.2.3-2-g168b