wok view ophcrack/receipt @ rev 13224

get-wifi-firmware: fix get-ipw2?00-firmware
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 12 15:55:25 2012 +0200 (2012-08-12)
parents b7319995b37e
children 5e4e09db1c6c
line source
1 # SliTaz package receipt.
3 PACKAGE="ophcrack"
4 VERSION="3.4.0"
5 CATEGORY="security"
6 SHORT_DESC="Windows password cracker"
7 MAINTAINER="slitaz@objectif-securite.ch"
8 DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl gcc-lib-base"
9 BUILD_DEPENDS="Qt4-dev qmake libqwt5-qt4-dev openssl-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://ophcrack.sourceforge.net"
12 WGET_URL="http://downloads.sourceforge.net/ophcrack/$TARBALL"
13 TAGS="password windows"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr $CONFIGURE_ARGS &&
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/src/ophcrack $fs/usr/bin
28 }