wok view ophcrack/receipt @ rev 8020

up: xfce-utils (4.8.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 20 02:15:51 2011 +0100 (2011-01-20)
parents 5b44af8c1257
children e26dc7e78711
line source
1 # SliTaz package receipt.
3 PACKAGE="ophcrack"
4 VERSION="3.3.1"
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 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 &&
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 }