Skip to content
Snippets Groups Projects
Commit 3b27406f authored by Natanael Copa's avatar Natanael Copa
Browse files

testing/printproto: new aport

X11 print extension wire protocol
http://xorg.freedesktop.org/
parent 0bc0559d
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=printproto
pkgver=1.0.5
pkgrel=0
pkgdesc="X11 print extension wire protocol"
url="http://xorg.freedesktop.org/"
arch="noarch"
license="custom"
depends=""
depends_dev="util-macros"
makedepends="$depends_dev"
source="http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$pkgver.tar.bz2"
build() {
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
}
package() {
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
md5sums="99d0e25feea2fead7d8325b7000b41c3 printproto-1.0.5.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment