wok view python-magic/receipt @ rev 15275

clipit: remove icon (sorry, guys), move autostart item back to /etc/...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 25 19:03:47 2013 +0300 (2013-09-25)
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 }