diff options
-rw-r--r-- | libraries/locale-gettext/locale-gettext.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/locale-gettext/locale-gettext.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libraries/locale-gettext/locale-gettext.SlackBuild b/libraries/locale-gettext/locale-gettext.SlackBuild index 24d759c9da..35547a1940 100644 --- a/libraries/locale-gettext/locale-gettext.SlackBuild +++ b/libraries/locale-gettext/locale-gettext.SlackBuild @@ -68,4 +68,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/libraries/locale-gettext/locale-gettext.info b/libraries/locale-gettext/locale-gettext.info index 8c318cd03a..42bc7976b2 100644 --- a/libraries/locale-gettext/locale-gettext.info +++ b/libraries/locale-gettext/locale-gettext.info @@ -2,7 +2,9 @@ PRGNAM="locale-gettext" VERSION="1.05" HOMEPAGE="http://search.cpan.org/~pvandry/gettext/gettext.pm" DOWNLOAD="http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/gettext-1.05.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="f3d3f474a1458f37174c410dfef61a46" +MD5SUM_x86_64="" MAINTAINER="Robby Workman" EMAIL="rw@rlworkman.net" APPROVED="BP{k}" |