Resolved conflicts and other problems during import. /2/
This commit is contained in:
parent
3c1be3bfc6
commit
2520c386c3
4 changed files with 37 additions and 0 deletions
2
dfuibe_installer/DESCR
Normal file
2
dfuibe_installer/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
BSD Installer backend. Uses DFUI, so one of the available
|
||||
DFUI frontends must also be installed for this to be useful.
|
26
dfuibe_installer/Makefile
Normal file
26
dfuibe_installer/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.3 2007/06/01 20:07:31 hoka_adam Exp $
|
||||
|
||||
DISTNAME= bsdinstaller-20070528
|
||||
PKGNAME= dfuibe_installer-1.1.7
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MASTER_SITES= http://rnrdoctor.sytes.net/~replaced/bsdinstaller/
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/installer/src/backend/installer
|
||||
|
||||
HOMEPAGE= http://www.bsdinstaller.com/
|
||||
MAINTAINER= adam.hoka@gmail.com
|
||||
COMMENT= DFUI BSD Installer backend
|
||||
|
||||
FILESDIR= ${.CURDIR}/../../wip/bsdinstaller/files
|
||||
SHAREDIR= ${PREFIX}/share/dfuibe_installer
|
||||
|
||||
pre-configure:
|
||||
${CP} ${FILESDIR}/Config ${WRKDIR}/${DISTNAME}/installer/src/Config
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} -o root -g wheel -m 555 ${WRKSRC}/dfuibe_installer ${PREFIX}/sbin
|
||||
${MKDIR} -p ${SHAREDIR}
|
||||
${INSTALL_DATA} -o root -g wheel -m 555 ${WRKSRC}/conf/cmdnames.conf ${SHAREDIR}
|
||||
|
||||
.include "../../wip/libinstaller/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
dfuibe_installer/PLIST
Normal file
4
dfuibe_installer/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2007/06/01 20:07:31 hoka_adam Exp $
|
||||
sbin/dfuibe_installer
|
||||
share/dfuibe_installer/cmdnames.conf
|
||||
@dirrm share/dfuibe_installer
|
5
dfuibe_installer/distinfo
Normal file
5
dfuibe_installer/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2007/06/01 20:07:31 hoka_adam Exp $
|
||||
|
||||
SHA1 (bsdinstaller-20070528.tar.gz) = 2829dcd0ed1045cb5c711e3a1296da6bb9a1b3a3
|
||||
RMD160 (bsdinstaller-20070528.tar.gz) = 7c92c0d1b879dc23a2c75dbbc3b8c955bf6f94f7
|
||||
Size (bsdinstaller-20070528.tar.gz) = 845680 bytes
|
Loading…
Reference in a new issue