mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
cnijfilter2: update to 6.60.
This commit is contained in:
parent
6e9a210f82
commit
d5ab218f6a
1 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cnijfilter2'
|
||||
pkgname=cnijfilter2
|
||||
version=6.10
|
||||
version=6.60
|
||||
revision=1
|
||||
_uprevision=-1
|
||||
archs="i686 x86_64"
|
||||
|
@ -12,14 +12,14 @@ short_desc="Canon printer drivers for a number of PIXMA models"
|
|||
maintainer="Ralph van Etten <ralph@et10.org>"
|
||||
license="custom:canon,GPL-2.0-or-later"
|
||||
homepage="https://www.canon-europe.com/support/consumer_products/products/fax__multifunctionals/inkjet/pixma_ts_series/pixma-ts9540.html?type=drivers&driverdetailid=tcm:13-1714899"
|
||||
distfiles="http://gdlp01.c-wss.com/gds/1/0100010921/01/cnijfilter2-source-${version}${_uprevision}.tar.gz"
|
||||
checksum=d9cadbf705d899762df5e2c2f4714699f8c333a6d812bc59b2b2097ee56503d7
|
||||
distfiles="https://gdlp01.c-wss.com/gds/3/0100011753/01/${pkgname}-source-${version}${_uprevision}.tar.gz"
|
||||
checksum=997119d67897d2b6405555bc6baa4cf7727bf0ecc6467f86df408831b1dab6d0
|
||||
repository=nonfree
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
do_configure() {
|
||||
local _libs="-L../../com/libs_bin${XBPS_TARGET_WORDSIZE}"
|
||||
local _libs="-L../../com/libs_bin_${XBPS_TARGET_MACHINE}"
|
||||
for pkg in cmdtocanonij{2,3} cnijbe2 lgmon3 {raster,}tocanonij tocnpwg; do
|
||||
msg_normal "Configuring ${pkg} ...\n"
|
||||
cd ${wrksrc}/${pkg}
|
||||
|
@ -37,12 +37,13 @@ do_build() {
|
|||
msg_normal "Building ${pkg} ...\n"
|
||||
cd ${wrksrc}/${pkg}
|
||||
make clean
|
||||
make ${makejobs}
|
||||
# make ${makejobs}
|
||||
make
|
||||
done
|
||||
}
|
||||
|
||||
do_install() {
|
||||
local _libs="com/libs_bin${XBPS_TARGET_WORDSIZE}"
|
||||
local _libs="com/libs_bin_${XBPS_TARGET_MACHINE}"
|
||||
for pkg in cmdtocanonij{2,3} cnijbe2 lgmon3 {raster,}tocanonij tocnpwg; do
|
||||
msg_normal "Installing ${pkg} ...\n"
|
||||
cd ${wrksrc}/${pkg}
|
||||
|
|
Loading…
Add table
Reference in a new issue