audio/eawpats: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1edda5c1c4
commit
0485e710ac
|
@ -1,3 +1,5 @@
|
|||
eawpats (MIDI instrument patches)
|
||||
|
||||
eawpats is a sound patches library for TiMidity++. This package
|
||||
contains a patchset for the TiMidity++ MIDI player. A patchset is
|
||||
required for MIDI files to be audible through TiMidity++. These
|
||||
|
|
|
@ -33,9 +33,6 @@ BUILD=${BUILD:-3}
|
|||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="eawpats"
|
||||
VERSION="12"
|
||||
HOMEPAGE="http://slackwiki.com/Timidity%2B%2B"
|
||||
DOWNLOAD="http://distfiles.gentoo.org/distfiles/eawpats12_full.tar.gz"
|
||||
HOMEPAGE="https://slackwiki.com/Timidity%2B%2B"
|
||||
DOWNLOAD="https://distfiles.gentoo.org/distfiles/eawpats12_full.tar.gz"
|
||||
MD5SUM="8ebcf0583f3077346ebace93c8ea166f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue