12 lines
229 B
Bash
12 lines
229 B
Bash
|
source $stdenv/setup
|
||
|
|
||
|
patchPhase=patchPhase
|
||
|
patchPhase() {
|
||
|
sed -e "s@-ljpeg6b@-ljpeg@" configure > configure.patched
|
||
|
mv configure.patched configure
|
||
|
chmod u+x configure
|
||
|
}
|
||
|
|
||
|
genericBuild
|
||
|
|
||
|
ln -s $KDEDIR/share/mimelnk $out/share
|