[arch-commits] Commit in fcrackzip/repos (6 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Sep 29 15:22:35 UTC 2013


    Date: Sunday, September 29, 2013 @ 17:22:35
  Author: arodseth
Revision: 97775

archrelease: copy trunk to community-x86_64, community-i686

Added:
  fcrackzip/repos/community-i686/PKGBUILD
    (from rev 97774, fcrackzip/trunk/PKGBUILD)
  fcrackzip/repos/community-x86_64/PKGBUILD
    (from rev 97774, fcrackzip/trunk/PKGBUILD)
Deleted:
  fcrackzip/repos/community-i686/ChangeLog
  fcrackzip/repos/community-i686/PKGBUILD
  fcrackzip/repos/community-x86_64/ChangeLog
  fcrackzip/repos/community-x86_64/PKGBUILD

----------------------------+
 /PKGBUILD                  |   62 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    3 --
 community-i686/PKGBUILD    |   28 -------------------
 community-x86_64/ChangeLog |    3 --
 community-x86_64/PKGBUILD  |   28 -------------------
 5 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2013-09-29 15:22:11 UTC (rev 97774)
+++ community-i686/ChangeLog	2013-09-29 15:22:35 UTC (rev 97775)
@@ -1,3 +0,0 @@
-2007-06-28 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-09-29 15:22:11 UTC (rev 97774)
+++ community-i686/PKGBUILD	2013-09-29 15:22:35 UTC (rev 97775)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
-
-pkgname=fcrackzip
-pkgver=1.0
-pkgrel=3
-pkgdesc="A zip file password cracker"
-arch=('i686' 'x86_64')
-url="http://oldhome.schmorp.de/marc/$pkgname.html"
-license=('GPL')
-depends=(glibc)
-source=(http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz)
-md5sums=('254941f51759f9425965f4b05fe7ac2c')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-  mv ${pkgdir}/usr/bin/zipinfo ${pkgdir}/usr/bin/fzipinfo
-}

Copied: fcrackzip/repos/community-i686/PKGBUILD (from rev 97774, fcrackzip/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-09-29 15:22:35 UTC (rev 97775)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
+
+pkgname=fcrackzip
+pkgver=1.0
+pkgrel=4
+pkgdesc='Zip file password cracker'
+arch=('x86_64' 'i686')
+url="http://oldhome.schmorp.de/marc/$pkgname.html"
+license=('GPL')
+depends=('glibc')
+source=("http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz")
+sha256sums=('4a58c8cb98177514ba17ee30d28d4927918bf0bdc3c94d260adfee44d2d43850')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/bin/zipinfo" "$pkgdir/usr/bin/fzipinfo"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2013-09-29 15:22:11 UTC (rev 97774)
+++ community-x86_64/ChangeLog	2013-09-29 15:22:35 UTC (rev 97775)
@@ -1,3 +0,0 @@
-2007-06-28 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-09-29 15:22:11 UTC (rev 97774)
+++ community-x86_64/PKGBUILD	2013-09-29 15:22:35 UTC (rev 97775)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
-
-pkgname=fcrackzip
-pkgver=1.0
-pkgrel=3
-pkgdesc="A zip file password cracker"
-arch=('i686' 'x86_64')
-url="http://oldhome.schmorp.de/marc/$pkgname.html"
-license=('GPL')
-depends=(glibc)
-source=(http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz)
-md5sums=('254941f51759f9425965f4b05fe7ac2c')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-  mv ${pkgdir}/usr/bin/zipinfo ${pkgdir}/usr/bin/fzipinfo
-}

Copied: fcrackzip/repos/community-x86_64/PKGBUILD (from rev 97774, fcrackzip/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-09-29 15:22:35 UTC (rev 97775)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
+
+pkgname=fcrackzip
+pkgver=1.0
+pkgrel=4
+pkgdesc='Zip file password cracker'
+arch=('x86_64' 'i686')
+url="http://oldhome.schmorp.de/marc/$pkgname.html"
+license=('GPL')
+depends=('glibc')
+source=("http://oldhome.schmorp.de/marc/data/$pkgname-$pkgver.tar.gz")
+sha256sums=('4a58c8cb98177514ba17ee30d28d4927918bf0bdc3c94d260adfee44d2d43850')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/bin/zipinfo" "$pkgdir/usr/bin/fzipinfo"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list