diff --git a/functions b/functions index 5c028bd..ce597be 100644 --- a/functions +++ b/functions @@ -164,11 +164,10 @@ source=() build() { cd \$name-\$version - ./configure + ./configure --prefix=/usr make make DESTDIR=\$PKG install -} -" > $TEMPLATE_NAME/$BUILD_SCRIPT +}" > $TEMPLATE_NAME/$BUILD_SCRIPT msg "Template port have created for ${color_green}$TEMPLATE_NAME${color_reset}." fi diff --git a/spkgbuild b/spkgbuild deleted file mode 100644 index 0df2455..0000000 --- a/spkgbuild +++ /dev/null @@ -1,20 +0,0 @@ -# description : -# homepage : -# maintainer : emmett1, emmett1.2miligrams at gmail.com -# backup : -# conflict : -# depends : -# makedepends : - -name=foo-bar -version= -release=1 -source=() - -build() { - cd $name-$version - ./configure - make - make DESTDIR=$PKG install -} -