wok-next diff dcmtk/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | a3c581bf52b8 |
children | 5669e8b3be70 |
line diff
1.1 --- a/dcmtk/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/dcmtk/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -12,14 +12,14 @@ 1.4 WGET_URL="ftp://dicom.offis.de/pub/dicom/offis/software/$PACKAGE/$PACKAGE${VERSION//./}/$TARBALL" 1.5 1.6 BUILD_DEPENDS="libxml2-dev tiff-dev libpng16-dev zlib-dev" # libwrap-dev 1.7 -#SPLIT="dcmtk dcmtk-dev" 1.8 +#SPLIT="$PACKAGE-dev" 1.9 1.10 compile_rules() { 1.11 ./configure \ 1.12 --sysconfdir=/etc/dcmtk \ 1.13 $CONFIGURE_ARGS && 1.14 make -j1 && 1.15 - make DESTDIR=$DESTDIR install 1.16 + make DESTDIR=$install install 1.17 } 1.18 1.19 genpkg_rules() {