sdl2-net.

This commit is contained in:
4fury-c3440d8
2023-01-24 07:21:40 +03:00
parent 5244997f96
commit d7f4fab37e
3 changed files with 18 additions and 8 deletions
+3 -2
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
@@ -18,4 +18,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CHANGES.txt", "COPYING.txt", "README.txt")
pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt")