wok-next view python-magic/receipt @ rev 14901
Add python-magic
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 31 11:54:19 2013 +0200 (2013-07-31) |
parents | |
children | 2a5cc8208d36 |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-magic"
4 VERSION="5.14"
5 CATEGORY="development"
6 SHORT_DESC="Retrieve file type."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.darwinsys.com/file/"
9 WANTED="file"
11 DEPENDS="file python"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/python* $fs/usr/lib
18 }