a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20168 2006-10-26 22:58:22Z blair@macports.org $
PortSystem 1.0
name gnupod
version 0.99
categories multimedia perl
maintainers pmq@macports.org
platforms darwin
description gnuPod is a collection of tools which allow you to \
use your iPod with UNIX-like operating systems.
homepage http://blinkenlights.ch/gnupod
master_sites http://www.blinkenlights.ch/gnupod-dist/stable
extract.suffix .tgz
checksums sha1 73f091504deb6e69073f307af41dd84b15fdff91
depends_lib port:perl5.8 port:p5-mp3-info port:p5-digest-md5 \
port:p5-xml-parser port:p5-unicode-string \
port:p5-libwww-perl
configure.args --infodir=${prefix}/share/info
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/${name}
xinstall -m 644 -W ${worksrcpath} doc/gnupodrc.example \
doc/gnutunesdb.example doc/ipod.svg doc/mkspl.html \
doc/gnupod.html ${destroot}${prefix}/share/${name}
}
# should also use timidity, oggdec, Audio::FLAC::Header and
# Ogg::Vorbis::Header::PurePerl
variant all_decoders {
depends_lib.append port:ffmpeg port:faac port:lame \
port:flac
}