wok-current diff ophcrack/receipt @ rev 3277
Add: ophcrack, libqwt5-qt4, libqwt5-qt4-dev
author | Cedric Tissieres <slitaz@objectif-securite.ch> |
---|---|
date | Tue Jun 02 09:43:25 2009 +0200 (2009-06-02) |
parents | |
children | 86fda023d92a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ophcrack/receipt Tue Jun 02 09:43:25 2009 +0200 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ophcrack" 1.7 +VERSION="3.3.0" 1.8 +CATEGORY="security" 1.9 +SHORT_DESC="Windows password cracker" 1.10 +MAINTAINER="slitaz@objectif-securite.ch" 1.11 +DEPENDS="libQtCore libQtGui libqwt5-qt4 openssl" 1.12 +BUILD_DEPENDS="qt-x11-opensource-src libqwt5-qt4-dev openssl-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://ophcrack.sourceforge.net" 1.15 +WGET_URL="http://downloads.sourceforge.net/ophcrack/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure --prefix=/usr 1.22 + make 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr/bin 1.29 + cp -a $src/src/ophcrack $fs/usr/bin 1.30 +} 1.31 +