mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Clamz is a little command-line program to
download MP3 files from Amazon.com's music store. It is intended to serve as a substitute for Amazon's official MP3 Downloader, which is not free software (and therefore is only available in binary form for a limited set of platforms.) Clamz can be used to download either individual songs or complete albums that you have purchased from Amazon. Text from http://code.google.com/p/clamz/. WWW: http://code.google.com/p/clamz/ PR: 135401 Submitted by: Helko Glathe <glathe.helko@googlemail.com>
This commit is contained in:
parent
d91de51c21
commit
cdbf23a172
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235544
4 changed files with 51 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
||||||
SUBDIR += cap
|
SUBDIR += cap
|
||||||
SUBDIR += ccxstream
|
SUBDIR += ccxstream
|
||||||
SUBDIR += citrix_ica
|
SUBDIR += citrix_ica
|
||||||
|
SUBDIR += clamz
|
||||||
SUBDIR += click
|
SUBDIR += click
|
||||||
SUBDIR += clusterit
|
SUBDIR += clusterit
|
||||||
SUBDIR += cnd
|
SUBDIR += cnd
|
||||||
|
|
32
net/clamz/Makefile
Normal file
32
net/clamz/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# New ports collection makefile for: clamz
|
||||||
|
# Date created: 2009-06-08
|
||||||
|
# Whom: Helko Glathe <glathe.helko@googlemail.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= clamz
|
||||||
|
PORTVERSION= 0.2
|
||||||
|
CATEGORIES= net audio
|
||||||
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
|
|
||||||
|
MAINTAINER= glathe.helko@googlemail.com
|
||||||
|
COMMENT= Command-line program to download MP3 files from Amazon's music store
|
||||||
|
|
||||||
|
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \
|
||||||
|
expat.6:${PORTSDIR}/textproc/expat2 \
|
||||||
|
gcrypt.16:${PORTSDIR}/security/libgcrypt
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_GNOME= pkgconfig
|
||||||
|
|
||||||
|
PLIST_FILES= bin/${PORTNAME}
|
||||||
|
MAN1= ${PORTNAME}.1
|
||||||
|
|
||||||
|
post-configure:
|
||||||
|
@${REINPLACE_CMD} \
|
||||||
|
-e 's|^\(compile.*\)|\1 -I${LOCALBASE}/include|' \
|
||||||
|
-e 's|^\(LIBS\ =\)|\1 ${LOCALBASE}/lib/libexpat.so|' \
|
||||||
|
${WRKSRC}/Makefile
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net/clamz/distinfo
Normal file
3
net/clamz/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (clamz-0.2.tar.gz) = 7e7bacae51a8be9ebf3b17ddf0b55499
|
||||||
|
SHA256 (clamz-0.2.tar.gz) = 6a0014c85a7723c414de4d19f8b76b64761b46ba4f71f1a55938147d4189702a
|
||||||
|
SIZE (clamz-0.2.tar.gz) = 65165
|
15
net/clamz/pkg-descr
Normal file
15
net/clamz/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
Clamz is a little command-line program to
|
||||||
|
download MP3 files from Amazon.com's music
|
||||||
|
store. It is intended to serve as a
|
||||||
|
substitute for Amazon's official MP3
|
||||||
|
Downloader, which is not free software
|
||||||
|
(and therefore is only available in binary
|
||||||
|
form for a limited set of platforms.)
|
||||||
|
|
||||||
|
Clamz can be used to download either individual
|
||||||
|
songs or complete albums that you have purchased
|
||||||
|
from Amazon.
|
||||||
|
|
||||||
|
Text from http://code.google.com/p/clamz/.
|
||||||
|
|
||||||
|
WWW: http://code.google.com/p/clamz/
|
Loading…
Add table
Reference in a new issue