Initial import of XC3028L firmware package.
This commit is contained in:
parent
7e747b8e1c
commit
2c13bc6d68
4 changed files with 33 additions and 0 deletions
1
sysutils/xc3028l-firmware/DESCR
Normal file
1
sysutils/xc3028l-firmware/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Firmware binary image for use with Xceive XC3028L tuners
|
25
sysutils/xc3028l-firmware/Makefile
Normal file
25
sysutils/xc3028l-firmware/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/07/11 18:26:29 jmcneill Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xc3028L-v36.fw
|
||||
PKGNAME= xc3028l-firmware-3.6
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://steventoth.net/linux/hvr1400/
|
||||
EXTRACT_SUFX= # none
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${MASTER_SITES}
|
||||
COMMENT= Firmware binary image for Xceive XC3028L tuners
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
NO_CONFIGURE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
INSTALLATION_DIRS= libdata/firmware/xc3028
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} \
|
||||
${DESTDIR}${PREFIX}/libdata/firmware/xc3028
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
sysutils/xc3028l-firmware/PLIST
Normal file
2
sysutils/xc3028l-firmware/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/11 18:26:29 jmcneill Exp $
|
||||
libdata/firmware/xc3028/xc3028L-v36.fw
|
5
sysutils/xc3028l-firmware/distinfo
Normal file
5
sysutils/xc3028l-firmware/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/07/11 18:26:29 jmcneill Exp $
|
||||
|
||||
SHA1 (xc3028L-v36.fw) = c8c385743d296cf57458805f726f38d9b2fcd9c3
|
||||
RMD160 (xc3028L-v36.fw) = 09dd726eedd487a0971ee8d21c78880d7a5fe4b9
|
||||
Size (xc3028L-v36.fw) = 68933 bytes
|
Loading…
Reference in a new issue