Skip to content

Commit

Permalink
New package: libnsl-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abenson committed Jul 6, 2019
1 parent 428bfba commit e44f69b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -3476,3 +3476,4 @@ libgtk-4.so.0.9400.0 gtk4-3.94.0_1
libmodule.so.4 libmodule-4.1.0_1
libgnustep-gui.so.0.27 gnustep-gui-0.27.0_1
libmhash.so.2 mhash-0.9.9.9_1
libnsl.so.2 libnsl-1.2.0_1
1 change: 1 addition & 0 deletions srcpkgs/libnsl-devel
28 changes: 28 additions & 0 deletions srcpkgs/libnsl/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Template file for 'libnsl'
pkgname=libnsl
version=1.2.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config automake m4 libtool gettext-devel"
makedepends="libtirpc-devel"
short_desc="Public client interface for NIS(YP) and NIS+"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="LGPL-2.1-only"
homepage="https://github.com/thkukuk/libnsl"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=a5a28ef17c4ca23a005a729257c959620b09f8c7f99d0edbfe2eb6b06bafd3f8

pre_configure() {
autoreconf -fi
}

libnsl-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}

0 comments on commit e44f69b

Please sign in to comment.