summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1ce74dd0e4e57faf6444652c391abe1f9f3cf821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated by debtap
# Maintainer: AsGreyWolf
# Contributor: AsGreyWolf
pkgname=libdcmtk12
pkgver=3.6.2
pkgrel=2
pkgdesc="OFFIS DICOM toolkit runtime libraries."
arch=('i686' 'x86_64')
url="https://packages.ubuntu.com/artful/libdcmtk12"
license=('')
groups=('')
depends=('charls1>=1.0' 'icu57>=57.1' 'libpng>=1.6.2' 'libtiff>=4.0.3' 'libwrap>=7.6' 'libxml2>=2.7.4' 'openssl-1.0>=1.0.2beta3' 'zlib>=1.1.4')
replaces=('')
options=('!strip' '!emptydirs')
source_i686=("http://mirrors.kernel.org/ubuntu/pool/universe/d/dcmtk/libdcmtk12_3.6.2-2_i386.deb")
source_x86_64=("http://mirrors.kernel.org/ubuntu/pool/universe/d/dcmtk/libdcmtk12_3.6.2-2_amd64.deb")
sha512sums_i686=('82cb86dfcacdf32ace5aafb841fe395de1f14470ce6ebdf591cdd093d97868694724d4efdf81aa03b2a2f463bd0831493ff686793e12e798cd370414dfe77833')
sha512sums_x86_64=('1ec3625f201baa605c4f1f7b12c052696b0ef17142ea22b7fa921bbd136af0f53b94ed22566173b05c090fe3a455adaa18827c6a2724e50afd740244c19fab8d')

package(){

	# Extract package data
	tar xf data.tar.xz -C "${pkgdir}"

	install -D -m644 "${pkgdir}/usr/share/doc/${pkgname}/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

}