This commit is contained in:
emmett1
2017-08-02 17:25:19 +08:00
parent f84eb6097f
commit 0e2b4412b9
2 changed files with 2 additions and 23 deletions

View File

@@ -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

View File

@@ -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
}