Created
April 9, 2012 22:13
-
-
Save maidis/2346946 to your computer and use it in GitHub Desktop.
kde-l10n-tr - actions.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Licensed under the GNU General Public License, version 2. | |
| # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt | |
| from pisi.actionsapi import shelltools | |
| from pisi.actionsapi import kde4 | |
| from pisi.actionsapi import get | |
| shelltools.export("HOME", get.workDIR()) | |
| def setup(): | |
| kde4.configure() | |
| def build(): | |
| kde4.make() | |
| def install(): | |
| kde4.install() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment