add update_* to most packages starting with "d".
This commit is contained in:
parent
85ea2492c3
commit
e424cb8024
|
@ -5,6 +5,7 @@ revision=10
|
|||
build_style=cmake
|
||||
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
|
||||
homepage="http://www.darktable.org/"
|
||||
update_ignore="*%7E*"
|
||||
license="GPL"
|
||||
short_desc="Virtual lighttable and darkroom for photographers"
|
||||
hostmakedepends="cmake pkg-config intltool"
|
||||
|
|
|
@ -8,6 +8,7 @@ register_shell="/bin/sh"
|
|||
short_desc="POSIX-compliant Unix shell, much smaller than GNU bash"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://gondor.apana.org.au/~herbert/dash/"
|
||||
update_ignore="*md5sum*"
|
||||
license="BSD"
|
||||
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
||||
checksum=c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f
|
||||
|
|
|
@ -11,6 +11,8 @@ make_build_args="LIBSO_LIBS=-lpthread"
|
|||
short_desc="The Berkeley DB embedded database system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.oracle.com/technetwork/products/berkeleydb/overview/index.html"
|
||||
update_site="http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index-082944.html"
|
||||
update_ignore="6.* *NC"
|
||||
license="BSD"
|
||||
distfiles="http://download.oracle.com/berkeley-db/db-${version}.tar.gz"
|
||||
checksum=e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628
|
||||
|
|
|
@ -8,6 +8,7 @@ short_desc="Bootstrap a basic Debian system"
|
|||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="custom"
|
||||
homepage="http://packages.qa.debian.org/d/debootstrap.html"
|
||||
update_ignore="*~*"
|
||||
distfiles="${DEBIAN_SITE}/main/d/${pkgname}/${pkgname}_${version}_all.deb"
|
||||
checksum=16ff189e2382bbb030e69372dba805930a2095b23cdddfc1c377f8975c5df850
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ short_desc="A tool to display dialog boxes from shell scripts"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://invisible-island.net/dialog/"
|
||||
update_pattern="dialog-\K[\d.-]+(?=.tgz)"
|
||||
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
||||
checksum=d054766fba3dac828851f1c9852e5992eb824fd0a0dd26d87ee517242027bafc
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ short_desc="Device mapper RAID interface"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://people.redhat.com/~heinzm/sw/dmraid/"
|
||||
update_pattern='dmraid-\K[\d.rc-]+(?=\.tar.bz2)'
|
||||
distfiles="${homepage}/src/dmraid-${_distver}-${_patchver}.tar.bz2"
|
||||
checksum=93421bd169d71ff5e7d2db95b62b030bfa205a12010b6468dcdef80337d6fbd8
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ sgml_entries="CATALOG /usr/share/sgml/docbook/dsssl/modular/catalog --"
|
|||
short_desc="DSSSL stylesheets for the DocBook DTD"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.docbook.org/"
|
||||
update_site="http://sourceforge.net/projects/docbook/rss?limit=2000"
|
||||
license="MIT"
|
||||
distfiles="${SOURCEFORGE_SITE}/docbook/$pkgname-$version.tar.bz2"
|
||||
checksum=2f329e120bee9ef42fbdd74ddd60e05e49786c5a7953a0ff4c680ae6bdf0e2bc
|
||||
|
|
|
@ -8,6 +8,8 @@ short_desc="Easily create lightweight, portable, self-sufficient containers from
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://www.docker.io"
|
||||
update_site="https://api.github.com/repos/$pkgname/$pkgname/tags"
|
||||
update_pattern='"name":\s*"v\K[^\d]*([\d\.]+)(?=")'
|
||||
system_groups="docker"
|
||||
|
||||
# These are required at run-time.
|
||||
|
@ -17,7 +19,7 @@ nostrip=yes
|
|||
nocross=yes
|
||||
|
||||
do_fetch() {
|
||||
git clone -b v${version} git://github.com/dotcloud/docker ${pkgname}-${version}
|
||||
git clone -b v${version} git://github.com/docker/docker ${pkgname}-${version}
|
||||
}
|
||||
do_build() {
|
||||
export AUTO_GOPATH=1
|
||||
|
|
|
@ -21,6 +21,8 @@ short_desc="A Gamecube / Wii / Triforce emulator"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://dolphin-emu.org"
|
||||
update_site="https://api.github.com/repos/dolphin-emu/dolphin/tags"
|
||||
update_pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'
|
||||
distfiles="https://github.com/dolphin-emu/dolphin/archive/${version}.tar.gz"
|
||||
checksum=09f10f73abe0a7b5d10a51b3b56dc0044331bb12d6a18fe969c9bbd83a9b1129
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.doxygen.org/"
|
||||
license="GPL-2"
|
||||
distfiles="http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${version}.src.tar.gz"
|
||||
update_site="http://www.stack.nl/~dimitri/doxygen/download.html"
|
||||
update_ignore="*.bin"
|
||||
checksum=158e7834f05e0aeea5794b23c1e775ddfebafc709543e47f6fff9d81b190ade1
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
|
@ -8,6 +8,7 @@ short_desc="Wrapper for executing multiple remote shell (rsh/remsh/ssh) commands
|
|||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.netfort.gr.jp/~dancer/software/dsh.html.en"
|
||||
update_ignore="2.0.1"
|
||||
makedepends="libdshconfig-devel>=0.20.13_2"
|
||||
distfiles="http://www.netfort.gr.jp/~dancer/software/downloads/$pkgname-$version.tar.gz"
|
||||
checksum=520031a5474c25c6b3f9a0840e06a4fea4750734043ab06342522f533fa5b4d0
|
||||
|
|
Loading…
Reference in New Issue
Block a user