wok-next view ophcrack/receipt @ rev 7127
Added libgtkhtml to osmo depends. Its need for osmo to run.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 04 21:34:09 2010 +0000 (2010-11-04) |
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 }