Include:Newapkbuild: Difference between revisions

From Alpine Linux
(Created page with "{{Cmd|newapkbuild ''packagename''}} '''newapkbuild options''' * '''-a''' Create autotools (use ./configure ...) * '''-c''' Copy a sample init.d, conf.d and install script to ...")
 
(fixed typo "pakckage" to "package")
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
'''newapkbuild options'''
'''newapkbuild options'''


* '''-a'''  Create autotools (use ./configure ...)
* '''-n'''  Set package name to NAME
* '''-c'''  Copy a sample init.d, conf.d and install script to new directory
* '''-d'''  Set package description (pkgdesc) to DESC
* '''-d'''  Set package description (pkgdesc) to DESC
* '''-f'''  Force even if directory already exist
* '''-h'''  Show this help
* '''-l'''  Set package license to LICENSE
* '''-l'''  Set package license to LICENSE
* '''-u'''  Set package URL
* '''-a'''  Create autotools package (use ./configure ...)
* '''-C'''  Create CMake package (Assume cmake/ is there)
* '''-m'''  Create meson package (Assume meson.build is there)
* '''-p'''  Create perl package (Assume Makefile.PL is there)
* '''-p'''  Create perl package (Assume Makefile.PL is there)
* '''-y'''  Create python package (Assume setup.py is there)
* '''-y'''  Create python package (Assume setup.py is there)
* '''-u'''  Set package URL
* '''-s'''  Use sourceforge source URL
* '''-s'''  Use sourceforge source url
* '''-c'''  Copy a sample init.d, conf.d, and install script to new directory
* '''-f'''  Force even if directory already exist
* '''-h'''  Show this help
 
[[Category:Development]]

Revision as of 12:07, 14 September 2018

newapkbuild packagename

newapkbuild options

  • -n Set package name to NAME
  • -d Set package description (pkgdesc) to DESC
  • -l Set package license to LICENSE
  • -u Set package URL
  • -a Create autotools package (use ./configure ...)
  • -C Create CMake package (Assume cmake/ is there)
  • -m Create meson package (Assume meson.build is there)
  • -p Create perl package (Assume Makefile.PL is there)
  • -y Create python package (Assume setup.py is there)
  • -s Use sourceforge source URL
  • -c Copy a sample init.d, conf.d, and install script to new directory
  • -f Force even if directory already exist
  • -h Show this help