mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
Merge pull request #747 from allan/master
New packages: heirloom-sh and puddletag.
This commit is contained in:
commit
8fdb566e94
2 changed files with 36 additions and 0 deletions
18
srcpkgs/heirloom-sh/template
Normal file
18
srcpkgs/heirloom-sh/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'heirloom-sh'
|
||||||
|
pkgname=heirloom-sh
|
||||||
|
version=050706
|
||||||
|
revision=1
|
||||||
|
short_desc="A portable variant of the traditional Unix shell"
|
||||||
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
|
license="Caldera OpenSolaris"
|
||||||
|
homepage="http://heirloom.sourceforge.net/sh.html"
|
||||||
|
distfiles="$SOURCEFORGE_SITE/project/heirloom/$pkgname/$version/$pkgname-$version.tar.bz2"
|
||||||
|
checksum="25fb8409e1eb75bb5da21ca32baf2d5eebcb8b84a1288d66e65763a125809e1d"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin sh heirloom-sh
|
||||||
|
vman sh.1.out heirloom-sh.1
|
||||||
|
vlicense CALDERA.LICENSE
|
||||||
|
vlicense OPENSOLARIS.LICENSE
|
||||||
|
}
|
18
srcpkgs/puddletag/template
Normal file
18
srcpkgs/puddletag/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'puddletag'
|
||||||
|
pkgname=puddletag
|
||||||
|
version=1.0.5
|
||||||
|
revision=1
|
||||||
|
short_desc="MP3 tagging GUI"
|
||||||
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
|
license="Apache-2"
|
||||||
|
homepage="http://puddletag.sourceforge.net"
|
||||||
|
distfiles="$SOURCEFORGE_SITE/$pkgname/$pkgname-$version.tar.gz"
|
||||||
|
checksum="4698d5effe8f265446b356068bad7ced0b29c1f66824dc94a5688f3fffc389e2"
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
build_style=python-module
|
||||||
|
python_versions=2.7
|
||||||
|
pycompile_module=puddlestuff
|
||||||
|
makedepends="python-devel"
|
||||||
|
hostmakedepends="python-devel"
|
||||||
|
depends="mutagen python-PyQt4 python-parsing python-configobj"
|
Loading…
Add table
Reference in a new issue