mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add linux-f8-nas-libs 1.9.1, runtime libraries for NAS (Linux Fedora 8).
Requested by: mezz (at freebsd-emulation)
This commit is contained in:
parent
8047847638
commit
2b203192b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240653
@ -400,6 +400,7 @@
|
||||
SUBDIR += linux-f8-libogg
|
||||
SUBDIR += linux-f8-libvorbis
|
||||
SUBDIR += linux-f8-mikmod
|
||||
SUBDIR += linux-f8-nas-libs
|
||||
SUBDIR += linux-f8-openal
|
||||
SUBDIR += linux-f8-sdl_mixer
|
||||
SUBDIR += linux-freealut
|
||||
|
38
audio/linux-f8-nas-libs/Makefile
Normal file
38
audio/linux-f8-nas-libs/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: audio/linux-f8-nas-libs
|
||||
# Date created: 2009-09-01
|
||||
# Whom: bsam
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nas
|
||||
PORTVERSION= 1.9.1
|
||||
CATEGORIES= audio linux
|
||||
PKGNAMEPREFIX= linux-f8-
|
||||
PKGNAMESUFFIX= -libs
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
||||
|
||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
||||
COMMENT= Runtime libraries for NAS (Linux Fedora 8)
|
||||
|
||||
USE_LINUX_RPM= yes
|
||||
USE_LINUX_APPS= xorglibs
|
||||
LINUX_DIST_VER= 8
|
||||
RPMVERSION= 2.fc8
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= usr/lib/libaudio.so.2 usr/lib/libaudio.so.2.4
|
||||
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
||||
PORTDOCS= FAQ HISTORY README TODO
|
||||
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
||||
|
||||
REMOVE_DIRS= etc usr/bin usr/lib/X11 usr/share/man
|
||||
|
||||
# we need libraries only (Fedora 10 already has a separate RPM file
|
||||
# for libraries)
|
||||
pre-install:
|
||||
@for D in ${REMOVE_DIRS}; do \
|
||||
${RM} -rf ${WRKSRC}/$$D; \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
6
audio/linux-f8-nas-libs/distinfo.i386
Normal file
6
audio/linux-f8-nas-libs/distinfo.i386
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (rpm/i386/fedora/8/nas-1.9.1-2.fc8.i386.rpm) = 55a422c65a1347c3a2155b0ee3db01ff
|
||||
SHA256 (rpm/i386/fedora/8/nas-1.9.1-2.fc8.i386.rpm) = 7c5a8577f4fa4e88b5f5b62893919a3d06e315432058e7c102692b96746436a4
|
||||
SIZE (rpm/i386/fedora/8/nas-1.9.1-2.fc8.i386.rpm) = 662395
|
||||
MD5 (rpm/i386/fedora/8/nas-1.9.1-2.fc8.src.rpm) = 98e9739ffaa32e645faa724b728e8faa
|
||||
SHA256 (rpm/i386/fedora/8/nas-1.9.1-2.fc8.src.rpm) = 8ed662158fd610639d90408808494353eb37ac0b3b753931847c261b091f3eb6
|
||||
SIZE (rpm/i386/fedora/8/nas-1.9.1-2.fc8.src.rpm) = 1439857
|
Loading…
Reference in New Issue
Block a user