Files
4fury-c3440d8 d209271873 dmenu-5.4
2026-02-16 01:14:01 +04:00

15 lines
352 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import get
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s PREFIX=/usr" % get.installDIR())