1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Update to 1.9

PR:		ports/76598
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-01-29 21:02:40 +00:00
parent 4847a7cbbc
commit d8f7f2bb5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127660
4 changed files with 22 additions and 19 deletions

View File

@ -6,12 +6,11 @@
#
PORTNAME= peops-spu
PORTVERSION= 1.7
PORTREVISION= 1
PORTVERSION= 1.9
CATEGORIES= emulators linux
MASTER_SITES= http://home.t-online.de/home/PeteBernert/
MASTER_SITES= http://www.pbernert.com/
PKGNAMEPREFIX= linux-
DISTNAME= spupeopsoss107
DISTNAME= spupeopsoss${MAJOR}0${MINOR}
MAINTAINER= jylefort@brutele.be
COMMENT= A PSEmu Pro SPU plugin using the OSS interface (Linux version)
@ -28,6 +27,10 @@ ONLY_FOR_ARCHS= i386
# because as a side effect it brands the binary as FreeBSD.
STRIP=
MAJOR= ${PORTVERSION:R}
MINOR= ${PORTVERSION:E}
PLIST_SUB+= MAJOR=${MAJOR} MINOR=${MINOR}
.include <bsd.port.pre.mk>
PSEMUPRO_PLUGINS_DIR= ${LOCALBASE}/lib/psemupro/plugins
@ -36,7 +39,7 @@ PSEMUPRO_CFGFILES_DIR= ${LOCALBASE}/share/psemupro/cfg
do-install:
${MKDIR} ${PSEMUPRO_PLUGINS_DIR}
${INSTALL_PROGRAM} ${WRKSRC}/libspuPeopsOSS.so.1.0.7 ${PSEMUPRO_PLUGINS_DIR}
${INSTALL_PROGRAM} ${WRKSRC}/libspuPeopsOSS.so.${MAJOR}.0.${MINOR} ${PSEMUPRO_PLUGINS_DIR}
${MKDIR} ${PSEMUPRO_CFGBINS_DIR}
${INSTALL_PROGRAM} ${WRKSRC}/cfgPeopsOSS ${PSEMUPRO_CFGBINS_DIR}
@ -47,8 +50,8 @@ do-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} \
${WRKSRC}/readme_1_7.txt \
${WRKSRC}/version_1_7.txt \
${WRKSRC}/readme_${MAJOR}_${MINOR}.txt \
${WRKSRC}/version_${MAJOR}_${MINOR}.txt \
${DOCSDIR}
.endif

View File

@ -1,2 +1,2 @@
MD5 (spupeopsoss107.tar.gz) = 4019c4593deb0e6d342aee065239410d
SIZE (spupeopsoss107.tar.gz) = 61984
MD5 (spupeopsoss109.tar.gz) = b42b316576f9f81775f78d62b3567b16
SIZE (spupeopsoss109.tar.gz) = 40695

View File

@ -1,6 +1,6 @@
P.E.Op.S. OSS SPU is a PSEmu Pro SPU plugin using the OSS interface.
This is the Linux version, tested with emulators/linux-epsxe.
This is the Linux version, tested with emulators/linux-ePSXe.
WWW: http://sourceforge.net/projects/peops/

View File

@ -1,12 +1,12 @@
lib/psemupro/plugins/libspuPeopsOSS.so.1.0.7
lib/psemupro/plugins/libspuPeopsOSS.so.%%MAJOR%%.0.%%MINOR%%
libexec/psemupro/cfg/cfgPeopsOSS
share/psemupro/cfg/spuPeopsOSS.cfg
@dirrm lib/psemupro/plugins
@dirrm lib/psemupro
@dirrm libexec/psemupro/cfg
@dirrm libexec/psemupro
@dirrm share/psemupro/cfg
@dirrm share/psemupro
%%PORTDOCS%%%%DOCSDIR%%/readme_1_7.txt
%%PORTDOCS%%%%DOCSDIR%%/version_1_7.txt
@unexec rmdir %D/lib/psemupro/plugins 2>/dev/null || true
@unexec rmdir %D/lib/psemupro 2>/dev/null || true
@unexec rmdir %D/libexec/psemupro/cfg 2>/dev/null || true
@unexec rmdir %D/libexec/psemupro 2>/dev/null || true
@unexec rmdir %D/share/psemupro/cfg 2>/dev/null || true
@unexec rmdir %D/share/psemupro 2>/dev/null || true
%%PORTDOCS%%%%DOCSDIR%%/readme_%%MAJOR%%_%%MINOR%%.txt
%%PORTDOCS%%%%DOCSDIR%%/version_%%MAJOR%%_%%MINOR%%.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%