PKGBUILD cleanup
authorDoug Newgard <scimmia22@outlook.com>
Thu, 13 Jun 2013 05:25:49 +0000 (14:25 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 13 Jun 2013 05:25:50 +0000 (14:25 +0900)
commitaf5163021ca7311f90e0112032da07ece5293f51
treebc4210eb63b90abc082ce0e856a82e4741e0de06
parent24b440c7eb8568281504e6d6109c6ad638c3571b
PKGBUILD cleanup

pkgdesc should not include the name of the package (was misspelled anyway)
Licenses were wrong, LGPL2.1, not LGPL2 and missing CCPL
Doesn't need to provide itself or elementary-svn
Shouldn't override user selected options, if they manually add !strip,
!docs, or !zipman, that should be respected unless there's a specific
reason the option needs to be as specified
Shouldn't override user build flags, if they manaually change -g or
-O2, that should be respected unless there's a specific reason that
exact build flag is required.
Doesn't need to disable-static, there are none anyway
make doc should be run in the build function
Don't need to rm -rf $pkgdir/usr, each package function has it's own
$pkgdir and they are all cleared each time makepkg is run
All paths which include a variable should be quoted
Should not put another copy of LGPL2.1 on the system, it's in common
for a reason
pkgbuild/PKGBUILD.in