mkinitcpio add repo

This commit is contained in:
bferturk
2016-04-24 17:25:41 +03:00
parent d1f23178af
commit 007a124c1e
13 changed files with 10496 additions and 9131 deletions
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())