mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 13:17:00 +02:00
brother-dcp197c-lpr: don't manually extract deb
This commit is contained in:
parent
3efdf55719
commit
b7c75f7594
1 changed files with 2 additions and 7 deletions
|
@ -3,7 +3,6 @@ pkgname=brother-dcp197c-lpr
|
||||||
version=1.1.3
|
version=1.1.3
|
||||||
revision=6
|
revision=6
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
create_wrksrc=yes
|
|
||||||
depends="a2ps ghostscript"
|
depends="a2ps ghostscript"
|
||||||
short_desc="LPR driver for the brother DCP-197C printer/scanner"
|
short_desc="LPR driver for the brother DCP-197C printer/scanner"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -18,11 +17,7 @@ if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
depends+=" glibc-32bit"
|
depends+=" glibc-32bit"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_extract() {
|
|
||||||
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/dcp197clpr-${version}-1.i386.deb
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
mkdir -p ${DESTDIR}
|
vcopy opt /
|
||||||
bsdtar xzpvf data.tar.gz -C ${DESTDIR}
|
vcopy usr /
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue