summaryrefslogtreecommitdiff
path: root/emulators/suse15_binutils/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-10-02 17:17:16 +0000
committerwiz <wiz@pkgsrc.org>2022-10-02 17:17:16 +0000
commit5e00009cfd00cb787acffa402f5661341b612953 (patch)
treee77987d18501e0a278c4ae44281857a1a27e3d67 /emulators/suse15_binutils/Makefile
parenta373a6d9f8183d5da4356a4636cf579f8b3f8a1d (diff)
downloadpkgsrc-5e00009cfd00cb787acffa402f5661341b612953.tar.gz
suse15_*: add many packages based on OpenSUSE 15.5
Diffstat (limited to 'emulators/suse15_binutils/Makefile')
-rw-r--r--emulators/suse15_binutils/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/suse15_binutils/Makefile b/emulators/suse15_binutils/Makefile
new file mode 100644
index 00000000000..23ecf5c3517
--- /dev/null
+++ b/emulators/suse15_binutils/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2022/10/02 17:17:17 wiz Exp $
+
+PKGNAME= suse_binutils-${SUSE_VERSION}
+CATEGORIES= emulators
+RPMPKGS+= binutils-2.37-150100.7.37.1.${SUSE_ARCH}
+RPMPKGS+= libctf-nobfd0-2.37-150100.7.37.1.${SUSE_ARCH}
+RPMPKGS+= libctf0-2.37-150100.7.37.1.${SUSE_ARCH}
+
+MAINTAINER= pkg-users@NetBSD.org
+COMMENT= Linux compatibility package for binutils
+
+EMUL_MODULES.linux= base
+
+PLIST_SRC= ${RPM2PKG_PLIST}
+
+post-install:
+ ${LN} -fs ld.bfd ${DESTDIR}${PREFIX}/${EMULSUBDIR}/usr/bin/ld
+
+.include "../../emulators/suse15_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"