void-packages/templates/cracklib-words.tmpl
Juan RP 465a0cda99 Added cracklib-2.8.13 templates.
--HG--
extra : convert_revision : ca664f7b42e682e2f2bbe5ffbfecb7ca704aa952
2008-12-16 02:17:52 +01:00

22 lines
678 B
Cheetah

# Template file for 'cracklib-words-en'
pkgname=cracklib-words
words_date=20080507
version=2.8.13-${words_date}
wrksrc=$pkgname
distfiles="$SOURCEFORGE_SITE/cracklib/$pkgname-${words_date}.gz"
build_style=custom-install
short_desc="English Dictionary words for cracklib"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e0c7f452c1fd80d551ae4a7d1afa7fa19cbf47c2d6d5dafc1255c1e76502cb71
long_desc="
This package includes the words of the english dictionary for the Password
Checking Library cracklib."
do_install()
{
local destdir=$XBPS_DESTDIR/$pkgname-$version
install -d $destdir/usr/share/dict
install $wrksrc/$pkgname-${words_date} $destdir/usr/share/dict/$pkgname
}