diff --git a/common/shlibs b/common/shlibs index cb611316f78..d9cd005c351 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3446,3 +3446,5 @@ libvpd_cxx-2.2.so.2 libvpd-2.2.6_1 liblcf.so.0 liblcf-0.6.0_1 libWildMidi.so.2 WildMidi-0.4.3_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 diff --git a/srcpkgs/libaal-devel b/srcpkgs/libaal-devel new file mode 120000 index 00000000000..1c893cc6d1a --- /dev/null +++ b/srcpkgs/libaal-devel @@ -0,0 +1 @@ +libaal \ No newline at end of file diff --git a/srcpkgs/libaal/template b/srcpkgs/libaal/template new file mode 100644 index 00000000000..b6917ffda49 --- /dev/null +++ b/srcpkgs/libaal/template @@ -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 " +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" + } +}