mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
liboil: rebuild for metadata
This commit is contained in:
parent
4a558ac288
commit
7f27de49b9
1 changed files with 7 additions and 3 deletions
|
@ -1,16 +1,20 @@
|
|||
# Template build file for 'liboil'.
|
||||
# Template file for 'liboil'
|
||||
pkgname=liboil
|
||||
version=0.3.17
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Library of Optimized Inner Loops, CPU optimized functions"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="${XORG_HOME}"
|
||||
license="BSD"
|
||||
distfiles="http://liboil.freedesktop.org/download/$pkgname-$version.tar.gz"
|
||||
checksum=105f02079b0b50034c759db34b473ecb5704ffa20a5486b60a8b7698128bfc69
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
liboil-devel_package() {
|
||||
depends="liboil>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue