portablexdr: removed; not used anymore
This commit is contained in:
parent
d00ea9ab05
commit
3389b4f745
|
@ -2098,7 +2098,6 @@ libgegl-npd-0.3.so gegl3-0.3.0_1
|
|||
libgegl-sc-0.3.so gegl3-0.3.0_1
|
||||
libprocps.so.5 procps-ng-3.3.11_1
|
||||
libskarnet.so.2.3 skalibs-2.3.7.0_1
|
||||
libportablexdr.so.0 portablexdr-4.9.1_1
|
||||
libtidy.so.5 libtidy5-5.1.25_1
|
||||
libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
|
||||
libQupZilla.so.1 qupzilla-1.8.6_1
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- rpc/types.h.orig 2015-06-21 16:55:07.949000000 -0200
|
||||
+++ rpc/types.h 2015-06-21 16:55:15.301000000 -0200
|
||||
@@ -41,8 +41,6 @@
|
||||
typedef uint16_t u_short;
|
||||
typedef uint32_t u_int;
|
||||
typedef unsigned long u_long;
|
||||
-typedef uint64_t u_quad_t;
|
||||
-typedef int64_t quad_t;
|
||||
typedef char * caddr_t;
|
||||
|
||||
#ifndef TRUE
|
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'portablexdr'
|
||||
pkgname=portablexdr
|
||||
version=4.9.1
|
||||
revision=1
|
||||
only_for_archs="i686-musl x86_64-musl armv6l-musl armv7l-musl aarch64-musl"
|
||||
build_style=gnu-configure
|
||||
short_desc="XDR (RFC 4506) implementation"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://people.redhat.com/~rjones/${pkgname}"
|
||||
distfiles="${homepage}/files/${pkgname}-${version}.tar.gz"
|
||||
checksum=5cf4bdd153cf4d44eaf10b725f451d0cfadc070b4b9a9ccfb64094b8f78de72c
|
||||
|
||||
post_install() {
|
||||
vinstall config.h 644 usr/include/rpc
|
||||
}
|
||||
|
||||
portablexdr-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue