wok-next annotate python-imagesize/receipt @ rev 20462

Combine receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 06 03:00:01 2018 +0200 (2018-03-06)
parents 0e7893ac206d
children 542df2bfb7b5
rev   line source
al@20443 1 # SliTaz package receipt v2.
al@20443 2
al@20443 3 PACKAGE="python-imagesize"
al@20443 4 VERSION="0.7.1"
al@20443 5 CATEGORY="python"
al@20443 6 SHORT_DESC="Getting image size from png/jpeg/jpeg2000/gif file"
al@20443 7 MAINTAINER="al.bobylev@gmail.com"
al@20443 8 LICENSE="MIT"
al@20443 9 WEB_SITE="https://pypi.python.org/pypi/imagesize"
al@20443 10
al@20444 11 BUILD_DEPENDS="python"
al@20443 12
al@20443 13 compile_rules() {
al@20443 14 pip install --no-compile --root=$DESTDIR imagesize
al@20443 15 }
al@20443 16
al@20443 17 genpkg_rules() {
al@20443 18 copy @std
al@20443 19 DEPENDS="python"
al@20443 20 }