wok view ophcrack/receipt @ rev 4864

Add: pidgin-libnotify
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 04 22:20:24 2010 +0100 (2010-02-04)
parents f45020015130
children 6ec17b55b59a
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"
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 }