summaryrefslogtreecommitdiff
path: root/pkgbuild
Commit message (Collapse)AuthorAgeFilesLines
* Emotion_generic_player: PKGBUILD cleanupDoug Newgard2013-06-221-18/+13
| | | | | | | | | | | | | | | | | | | | | | | pkgname is just a variable instead of an array when it's not a split package Don't need empty makedepends array Add 'efl' to depends Remove deps that are already supplied by other deps Doesn't need to provide itself or the obsolete -svn version Doesn't need to confict with the obsolete -svn version, if someone still has this, they're so far out of date it's not very likely they're paying any attention at all Removed 'strip' and 'zipman' options, they're already default, no need to override if Removed '!libtool' option, none are generated Removed -O2 and -g build flags for the same reason Removed buildflags and specified them in the CFLAGS and CXXFLAGS variables Removed LDFLAGS declariation, why were we clearing this? Removed --disable-static, no static libs are built (I checked this time) No need to rm -rf $pkgdir/usr Double quote all paths with variables
* update pkgbuildCarsten Haitzler (Rasterman)2013-06-071-1/+1
|
* add pkgbuildCarsten Haitzler (Rasterman)2013-06-071-0/+40