wok view ophcrack/receipt @ rev 3673

Add ocsinventory (meta packages)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jul 11 12:17:00 2009 +0200 (2009-07-11)
parents
children 86fda023d92a
line source
1 # SliTaz package receipt.
3 PACKAGE="ophcrack"
4 VERSION="3.3.0"
5 CATEGORY="security"
6 SHORT_DESC="Windows password cracker"
7 MAINTAINER="slitaz@objectif-securite.ch"
8 DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl"
9 BUILD_DEPENDS="qt-x11-opensource-src 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"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/src/ophcrack $fs/usr/bin
27 }