fonksiyon isimleri karışıklık önlemek için değiştirildi, dosya sadeleşti
This commit is contained in:
+5
-8
@@ -5,16 +5,13 @@ from gnuconfig import *
|
||||
from libtoolize import *
|
||||
from autotools import *
|
||||
|
||||
import pisiconfig
|
||||
|
||||
package_name = 'popt-1.7'
|
||||
|
||||
def setup:
|
||||
gnuconfig_update( package_name )
|
||||
def src_setup():
|
||||
gnuconfig_update()
|
||||
libtoolize()
|
||||
configure( '--with-nls' )
|
||||
def build:
|
||||
|
||||
def src_build():
|
||||
make()
|
||||
|
||||
def install:
|
||||
def src_install():
|
||||
install()
|
||||
|
||||
Reference in New Issue
Block a user