Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP 2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View file

@ -27,7 +27,6 @@ A simple `template` example is as follows:
--------------------------------------------------------------------------
# Template file for 'foo'
## source section
pkgname="foo"
version="1.0"
revision="1"
@ -39,12 +38,6 @@ homepage="http://www.foo.org"
distfiles="http://www.foo.org/foo-${version}.tar.gz"
checksum="fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff"
## package section
foo_package() {
pkg_install() {
vmove all
}
}
---------------------------------------------------------------------------