wavpack:fix actions

This commit is contained in:
alihanozturk
2017-02-17 09:50:05 +03:00
parent cfe2a8e472
commit 8c4f70f9c2
+2 -1
View File
@@ -4,12 +4,13 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vfi")
shelltools.system("./autogen.sh")
autotools.configure("--prefix=/usr \
--libdir=/usr/lib \
--disable-static \