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

Jelle van der Waa jelle at archlinux.org
Thu Mar 16 20:42:47 UTC 2017


    Date: Thursday, March 16, 2017 @ 20:42:46
  Author: jelle
Revision: 216813

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

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

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   37 ++++++++++++++++++++++++++++
 community-staging-i686/ophcrack.desktop   |    8 ++++++
 community-staging-x86_64/PKGBUILD         |   37 ++++++++++++++++++++++++++++
 community-staging-x86_64/ophcrack.desktop |    8 ++++++
 4 files changed, 90 insertions(+)

Copied: ophcrack/repos/community-staging-i686/PKGBUILD (from rev 216812, ophcrack/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-16 20:42:46 UTC (rev 216813)
@@ -0,0 +1,37 @@
+# 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=3
+pkgdesc="Windows password cracker based on rainbow tables"
+arch=('i686' 'x86_64')
+url="http://ophcrack.sourceforge.net"
+license=('GPL')
+depends=('qt4')
+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-staging-i686/ophcrack.desktop (from rev 216812, ophcrack/trunk/ophcrack.desktop)
===================================================================
--- community-staging-i686/ophcrack.desktop	                        (rev 0)
+++ community-staging-i686/ophcrack.desktop	2017-03-16 20:42:46 UTC (rev 216813)
@@ -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-staging-x86_64/PKGBUILD (from rev 216812, ophcrack/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-16 20:42:46 UTC (rev 216813)
@@ -0,0 +1,37 @@
+# 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=3
+pkgdesc="Windows password cracker based on rainbow tables"
+arch=('i686' 'x86_64')
+url="http://ophcrack.sourceforge.net"
+license=('GPL')
+depends=('qt4')
+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-staging-x86_64/ophcrack.desktop (from rev 216812, ophcrack/trunk/ophcrack.desktop)
===================================================================
--- community-staging-x86_64/ophcrack.desktop	                        (rev 0)
+++ community-staging-x86_64/ophcrack.desktop	2017-03-16 20:42:46 UTC (rev 216813)
@@ -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