diff --git a/srcpkgs/cracklib-words/template b/srcpkgs/cracklib-words/template deleted file mode 100644 index b9c52aec2f..0000000000 --- a/srcpkgs/cracklib-words/template +++ /dev/null @@ -1,20 +0,0 @@ -# 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" -revision=1 -short_desc="English Dictionary words for cracklib" -maintainer="Juan RP " -checksum=e0c7f452c1fd80d551ae4a7d1afa7fa19cbf47c2d6d5dafc1255c1e76502cb71 -long_desc=" - This package includes the words of the english dictionary for the Password - Checking Library cracklib." - -do_install() -{ - install -d ${DESTDIR}/usr/share/dict - install $wrksrc/$pkgname-${words_date} \ - ${DESTDIR}/usr/share/dict/${pkgname} -}