Package Details: starcupdrv 3.10.0-1

Git Clone URL: https://aur.archlinux.org/starcupdrv.git (read-only, click to copy)
Package Base: starcupdrv
Description: CUPS Printer Driver for Star Printer
Upstream URL: http://www.starmicronics.com
Licenses: LGPL
Submitter: mgisbers
Maintainer: mgisbers
Last Packager: mgisbers
Votes: 0
Popularity: 0.000000
First Submitted: 2015-12-16 14:41 (UTC)
Last Updated: 2020-01-24 11:38 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

endre commented on 2025-09-10 12:05 (UTC)

A lot of other tings have also changed, so here's an updated PKGBUILD file that worked for me:

pkgname=starcupdrv
pkgver=3.17.0
pkgrel=1
pkgdesc="CUPS Printer Driver for Star Printer"
url="http://www.starmicronics.com"
license=('LGPL')
depends=('libcups')
arch=('i686' 'x86_64')
source=("${pkgname}-${pkgver}_linux.tar.gz::https://starmicronics.com/support/download/cups-driver-for-linux/?wpdmdl=2099")
md5sums=('3da8b455bbba4a835e08b0c6f7865918')
sha256sums=('1078288f8e48468a31c6ebef635fe17f7b9ab11f9ff3b2f68299f85b52df29a9')
sha512sums=('16b43dfa98b01ed455a0e64d4db21f10c67c77ea84f81ec814184dd765d0e0ffe33bd4b470eeeaad3dc1707eefc5fcf5300829c18df2dbb0cd1bda82da87613a')

prepare() {
    pushd "${srcdir}/Star_CUPS_Driver-${pkgver}_linux/SourceCode"
    tar xzf "Star_CUPS_Driver-src-${pkgver}.tar.gz"
}

build() {
    pushd "${srcdir}/Star_CUPS_Driver-${pkgver}_linux/SourceCode/Star_CUPS_Driver"
    make
}

package() {
    pushd "${srcdir}/Star_CUPS_Driver-${pkgver}_linux/SourceCode/Star_CUPS_Driver/install"
    install -d "${pkgdir}/usr/share/cups/model/" "${pkgdir}/usr/lib/cups/filter"
    install *.ppd "${pkgdir}/usr/share/cups/model/"
    install rastertostar* "${pkgdir}/usr/lib/cups/filter"
}

endre commented on 2025-09-10 11:56 (UTC)

First of all, thanks for the package. New driver version is 3.17.0 and the download URL has moved to:

https://starmicronics.com/support/download/cups-driver-for-linux/?wpdmdl=2099