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

Jonathan Steel jsteel at archlinux.org
Sat Aug 6 21:02:18 UTC 2016


    Date: Saturday, August 6, 2016 @ 21:02:18
  Author: jsteel
Revision: 185709

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

Added:
  ophcrack/repos/community-testing-i686/
  ophcrack/repos/community-testing-i686/PKGBUILD
    (from rev 185708, ophcrack/trunk/PKGBUILD)
  ophcrack/repos/community-testing-i686/ophcrack.desktop
    (from rev 185708, ophcrack/trunk/ophcrack.desktop)
  ophcrack/repos/community-testing-x86_64/
  ophcrack/repos/community-testing-x86_64/PKGBUILD
    (from rev 185708, ophcrack/trunk/PKGBUILD)
  ophcrack/repos/community-testing-x86_64/ophcrack.desktop
    (from rev 185708, ophcrack/trunk/ophcrack.desktop)

-------------------------------------------+
 community-testing-i686/PKGBUILD           |   38 ++++++++++++++++++++++++++++
 community-testing-i686/ophcrack.desktop   |    8 +++++
 community-testing-x86_64/PKGBUILD         |   38 ++++++++++++++++++++++++++++
 community-testing-x86_64/ophcrack.desktop |    8 +++++
 4 files changed, 92 insertions(+)

Copied: ophcrack/repos/community-testing-i686/PKGBUILD (from rev 185708, ophcrack/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-08-06 21:02:18 UTC (rev 185709)
@@ -0,0 +1,38 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Max Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: Kaos < gianlucaatlas at gmail dot com >
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Contributor: Matthew Sharpe <matt.sharpe at gmail.com>
+
+pkgname=ophcrack
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Windows password cracker based on rainbow tables"
+arch=('i686' 'x86_64')
+url="http://ophcrack.sourceforge.net"
+license=('GPL')
+depends=('qt4')
+optdepends=('qwt: enable graph')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+        ophcrack.desktop)
+md5sums=('f05e41f4261c488d7da1015374b5725b'
+         '664599c4fd7fd210e6c421459f60e20d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-gui --enable-graph
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/ophcrack.desktop \
+    "$pkgdir"/usr/share/applications/ophcrack.desktop
+  install -Dm644 src/gui/pixmaps/os.xpm \
+    "$pkgdir"/usr/share/$pkgname/pixmaps/os.xpm
+}

Copied: ophcrack/repos/community-testing-i686/ophcrack.desktop (from rev 185708, ophcrack/trunk/ophcrack.desktop)
===================================================================
--- community-testing-i686/ophcrack.desktop	                        (rev 0)
+++ community-testing-i686/ophcrack.desktop	2016-08-06 21:02:18 UTC (rev 185709)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Ophcrack
+Comment=LM and SAM hash cracker
+Exec=ophcrack
+Icon=/usr/share/ophcrack/pixmaps/os.xpm
+Categories=Application;Utilities;System

Copied: ophcrack/repos/community-testing-x86_64/PKGBUILD (from rev 185708, ophcrack/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-08-06 21:02:18 UTC (rev 185709)
@@ -0,0 +1,38 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Max Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: Kaos < gianlucaatlas at gmail dot com >
+# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
+# Contributor: Matthew Sharpe <matt.sharpe at gmail.com>
+
+pkgname=ophcrack
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Windows password cracker based on rainbow tables"
+arch=('i686' 'x86_64')
+url="http://ophcrack.sourceforge.net"
+license=('GPL')
+depends=('qt4')
+optdepends=('qwt: enable graph')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+        ophcrack.desktop)
+md5sums=('f05e41f4261c488d7da1015374b5725b'
+         '664599c4fd7fd210e6c421459f60e20d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-gui --enable-graph
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/ophcrack.desktop \
+    "$pkgdir"/usr/share/applications/ophcrack.desktop
+  install -Dm644 src/gui/pixmaps/os.xpm \
+    "$pkgdir"/usr/share/$pkgname/pixmaps/os.xpm
+}

Copied: ophcrack/repos/community-testing-x86_64/ophcrack.desktop (from rev 185708, ophcrack/trunk/ophcrack.desktop)
===================================================================
--- community-testing-x86_64/ophcrack.desktop	                        (rev 0)
+++ community-testing-x86_64/ophcrack.desktop	2016-08-06 21:02:18 UTC (rev 185709)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Ophcrack
+Comment=LM and SAM hash cracker
+Exec=ophcrack
+Icon=/usr/share/ophcrack/pixmaps/os.xpm
+Categories=Application;Utilities;System



More information about the arch-commits mailing list