Merge pull request #2385 from steski/musl-rebuild
Rebuild packages for musl
This commit is contained in:
commit
04367eafb2
5 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'SDL_mixer'
|
||||
pkgname=SDL_mixer
|
||||
version=1.2.12
|
||||
revision=11
|
||||
revision=12
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -23,7 +23,7 @@ pre_configure() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
SDL_mixer-devel_package() {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'bzrtools'
|
||||
pkgname=bzrtools
|
||||
version=2.6.0
|
||||
revision=2
|
||||
wrksrc=$pkgname
|
||||
revision=1
|
||||
noarch="yes"
|
||||
build_style=python-module
|
||||
hostmakedepends="python"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ctags'
|
||||
pkgname=ctags
|
||||
version=5.8
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
short_desc="Generates an index file of language objects found in source files"
|
||||
maintainer="Jan S. <jan.schreib@gmail.com>"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'getmail'
|
||||
pkgname=getmail
|
||||
version=4.48.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'git-extras'
|
||||
pkgname=git-extras
|
||||
version=3.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
depends="bash"
|
||||
|
|
Loading…
Reference in a new issue