wok diff python-magic/receipt @ rev 15153
otf-gfs: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 16:19:38 2013 +0000 (2013-08-15) |
parents | |
children | 2a5cc8208d36 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-magic/receipt Thu Aug 15 16:19:38 2013 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="python-magic" 1.7 +VERSION="5.14" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Retrieve file type." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://www.darwinsys.com/file/" 1.12 +WANTED="file" 1.13 + 1.14 +DEPENDS="file python" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/lib 1.20 + cp -a $install/usr/lib/python* $fs/usr/lib 1.21 +}