initial import
This commit is contained in:
31
gtklp/PKGBUILD
Normal file
31
gtklp/PKGBUILD
Normal file
@@ -0,0 +1,31 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=gtklp
|
||||
pkgver=1.3.4
|
||||
pkgrel=1
|
||||
pkgdesc="A graphical, GTK+ based frontend for CUPS"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://gtklp.sirtobi.com/'
|
||||
license=('GPL-2')
|
||||
depends=('cups' 'gtk2')
|
||||
makedepends=('gettext-tiny')
|
||||
source=("${pkgname}-${pkgver}.src.tar.gz::https://sourceforge.net/projects/gtklp/files/gtklp/${pkgver}/gtklp-${pkgver}.src.tar.gz/download")
|
||||
sha512sums=('1aff481214b01f9d5dbacf5e23ec19a8424c4d0ae4e6489de06cdb708fc5fbc9bcff9ac8cb70c87983572023397534c0f3be3cbf732c352757efcc0d43f1165e')
|
||||
|
||||
prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
}
|
||||
Reference in New Issue
Block a user