mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: libaal-1.0.7
This commit is contained in:
parent
54e29d6f6b
commit
eb4fb04a56
3 changed files with 25 additions and 0 deletions
|
@ -3446,3 +3446,5 @@ libvpd_cxx-2.2.so.2 libvpd-2.2.6_1
|
||||||
liblcf.so.0 liblcf-0.6.0_1
|
liblcf.so.0 liblcf-0.6.0_1
|
||||||
libWildMidi.so.2 WildMidi-0.4.3_1
|
libWildMidi.so.2 WildMidi-0.4.3_1
|
||||||
liboblibs.so.0.0 oblibs-0.0.1.1_1
|
liboblibs.so.0.0 oblibs-0.0.1.1_1
|
||||||
|
libaal-1.0.so.7 libaal-1.0.7_1
|
||||||
|
libaal-minimal.so.0 libaal-1.0.7_1
|
||||||
|
|
1
srcpkgs/libaal-devel
Symbolic link
1
srcpkgs/libaal-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libaal
|
22
srcpkgs/libaal/template
Normal file
22
srcpkgs/libaal/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'libaal'
|
||||||
|
pkgname=libaal
|
||||||
|
version=1.0.7
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="Reiser4 filesystem support library"
|
||||||
|
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="http://sourceforge.net/projects/reiser4/"
|
||||||
|
distfiles="https://sourceforge.net/projects/reiser4/files/reiser4-utils/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=7c8568869d8f54268d690455278cdf5bc9ae9228aa33706017c570bbdaab9891
|
||||||
|
|
||||||
|
libaal-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/share/aclocal
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue