pkgsrc/audio/freeswitch-sounds-ru/Makefile
rillig 7bc8f05fc4 audio/freeswitch-sounds-*: add missing SHA-512 hashes
The distinfo for the English sounds also contained the hashes for the
French and Russian sounds. Since the latter packages have their own
distinfo files, they were redundant and have been removed.
2019-03-16 17:16:52 +00:00

28 lines
708 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/03/16 17:16:53 rillig Exp $
DISTNAME= freeswitch-sounds-ru-${VERSION}
VERSION= 1.0.13
CATEGORIES= audio
MASTER_SITES= http://files.freeswitch.org/
DIST_SUBDIR= freeswitch
MAINTAINER= darcy@NetBSD.org
COMMENT= FreeSwitch Sounds (French)
LICENSE= mpl-1.1
SOUNDSDIR= share/freeswitch/sounds
USE_TOOLS+= tar
INSTALLATION_DIRS+= ${SOUNDSDIR}
GENERATE_PLIST+= \
${FIND} ${WRKDIR}/ru \( -type f -o -type l \) -print \
| ${SORT} | ${SED} -e "s,${WRKDIR}/,${SOUNDSDIR}/,g";
NO_BUILD= yes
do-install:
@${ECHO_MSG} "Installing files..."
cd ${WRKDIR} && ${TAR} cf - ru | \
${TAR} xf - -C ${DESTDIR}${PREFIX}/${SOUNDSDIR}
.include "options.mk"
.include "../../mk/bsd.pkg.mk"