Merge pull request #109 from wertyi48/master

New package and update of some packages
This commit is contained in:
xdave 2013-07-28 08:54:23 -07:00
commit 850eb3ddd0
3 changed files with 27 additions and 10 deletions

View File

@ -1,18 +1,16 @@
# Template file for 'oracle-jre' # Template file for 'oracle-jre'
pkgname=jre pkgname=jre
_extraversion=1.7.0_21 _extraversion=1.7.0_25
version=7u21 version=7u25
revision=1 revision=1
wrksrc="jre${_extraversion}" wrksrc="jre${_extraversion}"
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
distfiles="http://uni-smr.ac.ru/archive/dev/java/JRE/oracle/7/jre-${version}-linux-x64.tar.gz" distfiles="http://ftp.wsisiz.edu.pl/pub/pc/pozyteczne%20oprogramowanie/java/jre-${version}-linux-x64.tar.gz"
checksum=27c846d070884f30084f212c8ca76af272177efc460304503bfaa488ff1ad8f1 checksum=3c4496316fb413d5ab0590e9971676a521b9a600b3ceaac311f04c18c98a98c0
elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
distfiles="http://uni-smr.ac.ru/archive/dev/java/JRE/oracle/7/jre-${version}-linux-i586.tar.gz" distfiles="http://ftp.wsisiz.edu.pl/pub/pc/pozyteczne%20oprogramowanie/java/jre-${version}-linux-i586.tar.gz"
checksum=30906850c673d5485813487b53db91260133196bb1ad7dc0757b652df9866f7a checksum=4016965536d8607743267812ab04e6d428036dda432893748c1df6cb77b09628
fi fi
short_desc="Oracle's Java Runtime Environment (JRE) - Version 7" short_desc="Oracle's Java Runtime Environment (JRE) - Version 7"
maintainer="davehome <davehome@redthumb.info.tm>" maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.oracle.com/technetwork/java/javase/downloads/index.html" homepage="http://www.oracle.com/technetwork/java/javase/downloads/index.html"

19
srcpkgs/lrzip/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'mtr'
pkgname=lrzip
version=0.614
revision=2
distfiles="http://ck.kolivas.org/apps/lrzip/lrzip-${version}.tar.bz2"
checksum="a8a99300a5250510e2e087ceb6e40a98cfedd19160fda376eca83ff3c5af269a"
build_style=gnu-configure
hostmakedepends="perl"
makedepends="lzo-devel"
maintainer="Steven R <strob AT styez DOT com>"
homepage="http://lrzip.kolivas.org/"
license="GPL"
short_desc="Multi-threaded compression using the rzip/lzma, lzo, and zpaq algorithms"
lrzip_package() {
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.17.1 version=2013.07.25.2
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=39f3b9706177e89452ecbb0f5b31038d357e60903ef94b3fc24d98f7b825e8e6 checksum=60731e2e40f1ad6d01dd329f3565643673568ed6fdf987d840288e5e9b734fbd
noextract=yes noextract=yes
noarch=yes noarch=yes
create_srcdir=yes create_srcdir=yes