Merge git://github.com/wertyi48/xbps-packages

This commit is contained in:
Juan RP 2013-08-12 15:43:15 +02:00
commit c69c43e3d2
18 changed files with 266 additions and 10 deletions

View File

@ -1396,3 +1396,4 @@ libobjfw.so.6 objfw-0.7.1_1
libphorward.so.0 libphorward-0.17_1 libphorward.so.0 libphorward-0.17_1
libusbip.so.0 libusbip-3.10_1 libusbip.so.0 libusbip-3.10_1
libcpupower.so.0 libcpupower-3.10_1 libcpupower.so.0 libcpupower-3.10_1
librsync.so.1 librsync-0.9.7_1

View File

@ -1,6 +1,6 @@
# Template file for 'acpica-utils' # Template file for 'acpica-utils'
pkgname=acpica-utils pkgname=acpica-utils
version=20130626 version=20130725
wrksrc=acpica-unix-${version} wrksrc=acpica-unix-${version}
revision=1 revision=1
hostmakedepends="flex" hostmakedepends="flex"
@ -9,7 +9,7 @@ homepage="https://www.acpica.org/"
license="GPL-2" license="GPL-2"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz" distfiles="http://acpica.org/sites/acpica/files/acpica-unix-${version}.tar.gz"
checksum=18afb45e7c4d1698dd18b70ae8ec13ef2b818f53454d34ee95444025c70d0ed6 checksum=ce2651e1b3a74d5eada4baea2cec9646ff9a20204bb703ce014a3433b99f0ea2
long_desc=" long_desc="
This package contains only the user-space tools needed for ACPI table This package contains only the user-space tools needed for ACPI table
development, not the kernel implementation of ACPI. The following commands development, not the kernel implementation of ACPI. The following commands

22
srcpkgs/beets/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'beets'
pkgname=beets
version=1.2.1
revision=1
distfiles="https://github.com/sampsyo/beets/releases/download/v1.2.1/beets-${version}.tar.gz"
checksum="7424708a7ebd0884141537970b31cd41a09c5b799d9ce5d00d3704ce8aa520b6"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
maintainer="Steven R <strob AT styez DOT com>"
homepage="https://github.com/sampsyo/beets"
license="GPL"
short_desc="Beets is the media library management system for obsessive-compulsive music geeks."
beets_package() {
noarch="yes"
depends="python>=2.7 pyyaml python-Unidecode python-musicbrainzngs mutagen>=1.21 python-munkres"
pycompile_module="beets"
pkg_install() {
vmove all
}
}

View File

@ -1,6 +1,6 @@
# Template file for 'compton-git' # Template file for 'compton-git'
pkgname=compton-git pkgname=compton-git
version=20130719 version=20130809
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="pkg-config asciidoc" hostmakedepends="pkg-config asciidoc"

View File

@ -0,0 +1,26 @@
# Template file for 'duplicity'
pkgname=duplicity
version=0.6.21
revision=1
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-0.6.21.tar.gz"
checksum="a3628aa6c151fbc1a3014f0db7812d7234e04bba0a45ce1255e7450bdfeff706"
build_style=python-module
hostmakedepends="python-devel"
makedepends="librsync-devel"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://duplicity.nongnu.org/"
license="GPL"
short_desc="A utility for encrypted, bandwidth-efficient backups using the rsync algorithm."
pre_configure() {
chmod 644 "${BUILDDIR}bin/duplicity.1"
chmod 644 "${BUILDDIR}bin/rdiffdir.1"
}
duplicity_package() {
depends="python>=2.7"
pycompile_module="duplicity"
pkg_install() {
vmove all
}
}

21
srcpkgs/exiftool/template Normal file
View File

@ -0,0 +1,21 @@
# Template build file for 'exiftool'.
pkgname=exiftool
version=9.34
revision=1
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
checksum="58d926effd396d214b9d56faa5271cc84a4956f1d9a8e043d391e59ef5a531d7"
build_style=perl-module
makedepends="perl>=5.16"
wrksrc="Image-ExifTool-${version}"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://www.sno.phy.queensu.ca/~phil/exiftool/"
license="GPL"
short_desc="Reader and rewriter of EXIF informations that supports raw files"
exiftool_package() {
noarch="yes"
depends="${makedepends}"
pkg_install() {
vmove usr
}
}

22
srcpkgs/eyeD3/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'eyeD3'
pkgname=eyeD3
version=0.7.3
revision=1
distfiles="http://eyed3.nicfit.net/releases/eyeD3-${version}.tgz"
checksum="47b4b942f9ad0260a430220f8191bbf110bdb6c542d6651ac8c60508d5340604"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://eyed3.nicfit.net/"
license="GPL"
short_desc="Python tool for working with audio files, specifically mp3 files containing ID3 metadata (i.e. song info)."
eyeD3_package() {
noarch="yes"
depends="python>=2.7"
pycompile_module="eyeD3"
pkg_install() {
vmove all
}
}

22
srcpkgs/glances/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'glances'
pkgname=glances
version=1.6.1
revision=1
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
checksum="6da67b19e8508f6f93fb05536ba42b22355d3cb2637e34d21e056524f93d33a2"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
maintainer="Steven R <strob AT styez DOT com>"
homepage="https://github.com/nicolargo/glances"
license="LGPL3"
short_desc="Cross-platform curses-based monitoring tool written in Python."
glances_package() {
noarch="yes"
depends="python python-psutil"
pycompile_module="glances"
pkg_install() {
vmove all
}
}

1
srcpkgs/librsync-devel Symbolic link
View File

@ -0,0 +1 @@
librsync

28
srcpkgs/librsync/template Normal file
View File

@ -0,0 +1,28 @@
# Template file for 'librsync'
pkgname=librsync
version=0.9.7
revision=1
distfiles="${SOURCEFORGE_SITE}/librsync/${version}/librsync-${version}.tar.gz"
checksum="6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6"
build_style=gnu-configure
configure_args=" --enable-shared"
makedepends="popt-devel"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://librsync.sourceforge.net/"
license="GPL"
short_desc="A free software library that implements the rsync remote-delta algorithm (rdiff)"
librsync-devel_package() {
short_desc="${short_desc} - Development files"
depends="librsync-${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
}
}
librsync_package() {
pkg_install() {
vmove all
}
}

View File

@ -1,6 +1,6 @@
# Template file for 'mutagen' # Template file for 'mutagen'
pkgname=mutagen pkgname=mutagen
version=1.20 version=1.21
revision=1 revision=1
build_style=python-module build_style=python-module
makedepends="python" makedepends="python"
@ -9,7 +9,7 @@ maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://code.google.com/p/${pkgname}/" homepage="http://code.google.com/p/${pkgname}/"
license="GPL-2" license="GPL-2"
distfiles="http://${pkgname}.googlecode.com/files/${pkgname}-${version}.tar.gz" distfiles="http://${pkgname}.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=7e56c478de154fdcd00d257ebc77be8718188f1a0db916f51f129b7ca01de6e7 checksum=4dd30af3a291c0a152838f2bbf1d592bf6ede752b11a159cbf84e75815bcc2b5
long_desc=" long_desc="
Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC,
M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg M4A, Monkey's Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg

View File

@ -1,6 +1,6 @@
# Template file for 'python-Unidecode' # Template file for 'python-Unidecode'
pkgname=python-Unidecode pkgname=python-Unidecode
version=0.04.12 version=0.04.13
revision=1 revision=1
wrksrc="Unidecode-${version}" wrksrc="Unidecode-${version}"
build_style=python-module build_style=python-module
@ -10,8 +10,8 @@ short_desc="Python ASCII transliterations of Unicode text"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://pypi.python.org/pypi/Unidecode" homepage="http://pypi.python.org/pypi/Unidecode"
license="GPL" license="GPL"
distfiles="http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${version}.tar.gz" distfiles="https://pypi.python.org/packages/source/U/Unidecode/Unidecode-${version}.tar.gz"
checksum=a042a7284b36da63440f58c32fabdf723b716082cb3c4b093b421e7c4d6ea5b9 checksum="ca58bf0ce984a20ad3a5d7fdbb7e773d8d1e5fd1570951e47c1908eed8fe0442"
python-Unidecode_package() { python-Unidecode_package() {
noarch="yes" noarch="yes"

View File

@ -0,0 +1,23 @@
# Template file for 'python-audioread'
pkgname=python-audioread
version=1.0.1
revision=1
distfiles="https://github.com/sampsyo/audioread/archive/v${version}.tar.gz"
checksum="0e6d0f13bdb8e462a84722050f02538eade9e5c6d8da94aa7cdfa2552af15df6"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
wrksrc="audioread-${version}"
maintainer="Steven R <strob AT styez DOT com>"
homepage="https://github.com/sampsyo/audioread"
license="MIT"
short_desc="Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding for Python"
python-audioread_package() {
noarch="yes"
depends="python>=2.7 gst-python"
pycompile_module="audioread"
pkg_install() {
vmove all
}
}

View File

@ -0,0 +1,23 @@
# Template file for 'python-munkres'
pkgname=python-munkres
version=1.0.5.4
revision=1
distfiles="https://pypi.python.org/packages/source/m/munkres/munkres-${version}.tar.gz"
checksum="105adad30659dbdf82815d3e12a74d4c01a3e0741d5ccbce194ee2ad4e5338d2"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
wrksrc="munkres-${version}"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://bmc.github.com/munkres/"
license="BSD"
short_desc="Algorithm for the Assignment Problem"
python-munkres_package() {
noarch="yes"
depends="python>=2.7"
pycompile_module="munkres"
pkg_install() {
vmove all
}
}

View File

@ -0,0 +1,23 @@
# Template file for 'python-musicbrainzngs'
pkgname=python-musicbrainzngs
version=0.4
revision=1
distfiles="https://pypi.python.org/packages/source/m/musicbrainzngs/musicbrainzngs-${version}.tar.gz"
checksum="1a1b7c3cce851c491d5ad71b501bbed2bd653098e33565a0534050d4b922265a"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
wrksrc="musicbrainzngs-${version}"
maintainer="Steven R <strob AT styez DOT com>"
homepage="https://github.com/alastair/python-musicbrainz-ngs"
license="BSD"
short_desc="Python bindings for the Musicbrainz NGS webservice interface"
python-musicbrainzngs_package() {
noarch="yes"
depends="python>=2.7"
pycompile_module="musicbrainzngs"
pkg_install() {
vmove all
}
}

View File

@ -0,0 +1,22 @@
# Template file for 'python-psutil'
pkgname=python-psutil
version=1.0.1
revision=1
distfiles="https://psutil.googlecode.com/files/psutil-${version}.tar.gz"
checksum="2ec4a05c4ee352def25a1df53dc5d1d8203a051b3cf3ae92d3e93810e1813fff"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
wrksrc="psutil-${version}"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://code.google.com/p/psutil/"
license="BSD"
short_desc="A cross-platform process and system utilities module for Python"
python-psutil_package() {
depends="python>=2.7"
pycompile_module="psutil"
pkg_install() {
vmove all
}
}

View File

@ -0,0 +1,22 @@
# Template file for 'python-pylastfp'
pkgname=python-pylastfp
version=0.6
revision=1
distfiles="https://pypi.python.org/packages/source/p/pylastfp/pylastfp-${version}.tar.gz"
checksum="5f9a32e532ab62e5663298b4b3b1db86f5466404f111ccaa9030c23ffee140f7"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute libsamplerate-devel fftw-devel"
wrksrc="pylastfp-${version}"
maintainer="Steven R <strob AT styez DOT com>"
homepage="https://github.com/sampsyo/pylastfp"
license="GPL"
short_desc="Python interface to Last.fm's acoustic fingerprinting library (called fplib) and its related API services"
python-pylastfp_package() {
depends="python>=2.7 gst-python"
pycompile_module="pylastfp"
pkg_install() {
vmove all
}
}

View File

@ -1,6 +1,6 @@
# Template file for 'youtube-dl' # Template file for 'youtube-dl'
pkgname=youtube-dl pkgname=youtube-dl
version=2013.07.25.2 version=2013.08.09
revision=1 revision=1
makedepends="python" makedepends="python"
short_desc="Tool to download youtube videos" short_desc="Tool to download youtube videos"
@ -8,7 +8,7 @@ maintainer="pancake <pancake@nopcode.org>"
license="Public Domain" license="Public Domain"
homepage="http://rg3.github.com/youtube-dl/" homepage="http://rg3.github.com/youtube-dl/"
distfiles="http://youtube-dl.org/downloads/$version/$pkgname" distfiles="http://youtube-dl.org/downloads/$version/$pkgname"
checksum=60731e2e40f1ad6d01dd329f3565643673568ed6fdf987d840288e5e9b734fbd checksum="6844d73d33b517fb9a2dc381f59868ad7952edea9104c73a1199e93f105a4bed"
noextract=yes noextract=yes
noarch=yes noarch=yes
create_srcdir=yes create_srcdir=yes