mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +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'
|
||||
pkgname=libaacs
|
||||
version=0.11.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="flex pkg-config"
|
||||
|
@ -14,7 +14,7 @@ distfiles="http://ftp.videolan.org/pub/videolan/libaacs/${version}/libaacs-${ver
|
|||
checksum=6d884381fbb659e2a565eba91e72499778635975e4b3d6fd94ab364a25965387
|
||||
|
||||
libaacs-devel_package() {
|
||||
depend="${sourcepkg}-${version}_${revision}"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue