perl-Image-ExifTool.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user