mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libaacs: depend
-> depends
This commit is contained in:
parent
512ceb4eb9
commit
f54806ec80
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libaacs'
|
# Template file for 'libaacs'
|
||||||
pkgname=libaacs
|
pkgname=libaacs
|
||||||
version=0.11.0
|
version=0.11.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="flex pkg-config"
|
hostmakedepends="flex pkg-config"
|
||||||
|
@ -14,7 +14,7 @@ distfiles="http://ftp.videolan.org/pub/videolan/libaacs/${version}/libaacs-${ver
|
||||||
checksum=6d884381fbb659e2a565eba91e72499778635975e4b3d6fd94ab364a25965387
|
checksum=6d884381fbb659e2a565eba91e72499778635975e4b3d6fd94ab364a25965387
|
||||||
|
|
||||||
libaacs-devel_package() {
|
libaacs-devel_package() {
|
||||||
depend="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue