commit
3015bde619
3 changed files with 27 additions and 0 deletions
|
@ -2281,3 +2281,5 @@ libfreeimage.so.3 freeimage-3.17.0_1
|
|||
libfreeimageplus.so.3 freeimage-plus-3.17.0_1
|
||||
libtoluapp.so toluapp-1.0.93_1
|
||||
libmpd.so.1 libmpd-11.8.17_1
|
||||
libfa.so.1 augeas-1.4.0_1
|
||||
libaugeas.so.0 augeas-1.4.0_1
|
||||
|
|
1
srcpkgs/augeas-devel
Symbolic link
1
srcpkgs/augeas-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
augeas
|
24
srcpkgs/augeas/template
Normal file
24
srcpkgs/augeas/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'augeas'
|
||||
pkgname=augeas
|
||||
version=1.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="readline-devel libxml2-devel"
|
||||
short_desc="Configuration file editing tool"
|
||||
maintainer="allan <mail@may.mooo.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://augeas.net"
|
||||
distfiles="http://download.augeas.net/augeas-${version}.tar.gz"
|
||||
checksum=659fae7ac229029e60a869a3b88c616cfd51cf2fba286cdfe3af3a052cb35b30
|
||||
|
||||
augeas-devel_package() {
|
||||
depends="${pkgname}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue