c6d721ccf8
define PKGNAME instead of fake DISTNAME PKGNAME is unstable variable in current pkgsrc framework, so packages must not rely on it.
15 lines
393 B
Makefile
15 lines
393 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/02/11 09:38:16 obache Exp $
|
|
|
|
DISTNAME= suse_sqlite3-${SUSE_VERSION}
|
|
CATEGORIES= emulators
|
|
RPMPKGS+= libsqlite3-0-3.7.8-1.1.2.${SUSE_ARCH}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
COMMENT= Linux compatibility package for sqlite3
|
|
|
|
EMUL_MODULES.linux= base
|
|
|
|
PLIST_SRC= ${RPM2PKG_PLIST}
|
|
|
|
.include "../../emulators/suse121_linux/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|