[arch-commits] Commit in mcrypt/repos (4 files)
Pierre Schmitz
pierre at archlinux.org
Sun Sep 4 11:41:22 UTC 2011
Date: Sunday, September 4, 2011 @ 07:41:22
Author: pierre
Revision: 136972
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
mcrypt/repos/extra-i686/PKGBUILD
(from rev 136971, mcrypt/trunk/PKGBUILD)
mcrypt/repos/extra-x86_64/PKGBUILD
(from rev 136971, mcrypt/trunk/PKGBUILD)
Deleted:
mcrypt/repos/extra-i686/PKGBUILD
mcrypt/repos/extra-x86_64/PKGBUILD
-----------------------+
extra-i686/PKGBUILD | 51 ++++++++++++++++++++++++------------------------
extra-x86_64/PKGBUILD | 51 ++++++++++++++++++++++++------------------------
2 files changed, 52 insertions(+), 50 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-09-04 11:40:53 UTC (rev 136971)
+++ extra-i686/PKGBUILD 2011-09-04 11:41:22 UTC (rev 136972)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=mcrypt
-pkgver=2.6.8
-pkgrel=1
-pkgdesc="A program for encrypting files or streams"
-url="http://mcrypt.sourceforge.net/"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('mhash' 'libmcrypt>=2.5.8' 'zlib')
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('97639f8821b10f80943fa17da302607e')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- aclocal -I ./m4 || return 1
- autoconf || return 1
- automake --force --copy || return 1
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=${pkgdir} install
-}
Copied: mcrypt/repos/extra-i686/PKGBUILD (from rev 136971, mcrypt/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-09-04 11:41:22 UTC (rev 136972)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=mcrypt
+pkgver=2.6.8
+pkgrel=2
+pkgdesc="A program for encrypting files or streams"
+url="http://mcrypt.sourceforge.net/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mhash' 'libmcrypt' 'zlib')
+source=("http://downloads.sourceforge.net/$pkgname/${pkgname}-${pkgver}.tar.gz")
+md5sums=('97639f8821b10f80943fa17da302607e')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-04 11:40:53 UTC (rev 136971)
+++ extra-x86_64/PKGBUILD 2011-09-04 11:41:22 UTC (rev 136972)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=mcrypt
-pkgver=2.6.8
-pkgrel=1
-pkgdesc="A program for encrypting files or streams"
-url="http://mcrypt.sourceforge.net/"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('mhash' 'libmcrypt>=2.5.8' 'zlib')
-source=(http://downloads.sourceforge.net/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('97639f8821b10f80943fa17da302607e')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- aclocal -I ./m4 || return 1
- autoconf || return 1
- automake --force --copy || return 1
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=${pkgdir} install
-}
Copied: mcrypt/repos/extra-x86_64/PKGBUILD (from rev 136971, mcrypt/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-04 11:41:22 UTC (rev 136972)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=mcrypt
+pkgver=2.6.8
+pkgrel=2
+pkgdesc="A program for encrypting files or streams"
+url="http://mcrypt.sourceforge.net/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mhash' 'libmcrypt' 'zlib')
+source=("http://downloads.sourceforge.net/$pkgname/${pkgname}-${pkgver}.tar.gz")
+md5sums=('97639f8821b10f80943fa17da302607e')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list