From 6464417d1d0f0b2c92333b8130a44a3c3c0a718c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Fri, 10 Jun 2005 13:39:10 +0000 Subject: [PATCH] =?UTF-8?q?Bar=C4=B1=C5=9F'la=20yazd=C4=B1=C4=9F=C4=B1m?= =?UTF-8?q?=C4=B1z=20taslak=20action=20beti=C4=9Fi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popt/actions | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/popt/actions b/popt/actions index e32c9ebe..bffb34ed 100644 --- a/popt/actions +++ b/popt/actions @@ -1,14 +1,20 @@ -#! /usr/bin/python +#!/usr/bin/python +# -*- coding: utf-8 -*- -import gnubuild +from gnuconfig import * +from libtoolize import * +from autotools import * +import pisiconfig + +package_name = 'popt-1.7' def setup: - gnubuild.configure - + gnuconfig_update( package_name ) + libtoolize() + configure( '--with-nls' ) def build: - gnubuild.build + make() def install: - gnubuild.install - + install()