- Move modules director from share/examples/ices/ to share/ices/

- Bump PKGNAME

From Moritz Grimm <gtgbr@gmx.net> (MAINTAINER)
This commit is contained in:
alek 2005-06-18 18:08:49 +00:00
parent f4c7cc65d3
commit e6f13370c0
2 changed files with 8 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2005/05/21 13:46:44 alek Exp $ # $OpenBSD: Makefile,v 1.7 2005/06/18 18:08:49 alek Exp $
COMMENT= "icecast source for streaming MP3" COMMENT= "icecast source for streaming MP3"
DISTNAME= ices-0.4 DISTNAME= ices-0.4
PKGNAME= ${DISTNAME}p0
CATEGORIES= net audio CATEGORIES= net audio
HOMEPAGE= http://www.icecast.org/ HOMEPAGE= http://www.icecast.org/
@ -21,7 +22,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/ices/
AUTOCONF_VERSION=2.59 AUTOCONF_VERSION=2.59
CONFIGURE_STYLE=gnu autoconf CONFIGURE_STYLE=gnu autoconf
CONFIGURE_ARGS= --with-docdir=${LOCALBASE}/share/doc/ices \ CONFIGURE_ARGS= --with-docdir=${LOCALBASE}/share/doc/ices \
--with-moddir=${LOCALBASE}/share/examples/ices \ --with-moddir=${LOCALBASE}/share/ices \
--with-lame=${LOCALBASE} --with-vorbis=${LOCALBASE} \ --with-lame=${LOCALBASE} --with-vorbis=${LOCALBASE} \
--with-flac=${LOCALBASE} --with-flac=${LOCALBASE}
@ -52,6 +53,7 @@ CONFIGURE_ARGS+=--without-faad
SEPARATE_BUILD= simple SEPARATE_BUILD= simple
post-install: post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ices/
${INSTALL_DATA} ${WRKINST}/${SYSCONFDIR}/ices.conf.dist \ ${INSTALL_DATA} ${WRKINST}/${SYSCONFDIR}/ices.conf.dist \
${PREFIX}/share/examples/ices/ ${PREFIX}/share/examples/ices/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2005/05/21 13:46:44 alek Exp $ @comment $OpenBSD: PLIST,v 1.6 2005/06/18 18:08:49 alek Exp $
@option no-default-conflict @option no-default-conflict
@conflict ices-0.* @conflict ices-0.*
bin/ices bin/ices
@ -10,5 +10,6 @@ share/examples/ices/ices.conf.dist
@mode 660 @mode 660
@sample ${SYSCONFDIR}/ices.conf @sample ${SYSCONFDIR}/ices.conf
@mode @mode
share/examples/ices/ices.pm.dist share/ices/
share/examples/ices/ices.py.dist share/ices/ices.pm.dist
share/ices/ices.py.dist