perl-Image-ExifTool.

This commit is contained in:
4fury-c3440d8
2023-01-17 07:45:14 +03:00
parent 3d25a930bf
commit 69ceac2201
3 changed files with 13 additions and 9 deletions
@@ -1,13 +1,10 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import perlmodules
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
from pisi.actionsapi import perlmodules, pisitools
def setup():
perlmodules.configure()
@@ -23,4 +20,4 @@ def install():
# add html and doc's
pisitools.dohtml("html/*")
pisitools.dodoc("README", "Changes")
pisitools.dodoc("README", "Changes")