sic-git: fix armv6hf issues

This commit is contained in:
Ypnose 2013-08-28 20:37:55 +02:00
parent 4e1f5e1b8b
commit ac629444a0

View file

@ -13,6 +13,11 @@ do_fetch() {
git clone ${url} ${pkgname}-${version}
}
do_build() {
sed -i 's/^CC = cc/#CC = cc/g' config.mk
make CC=$CC INCS="-I." LIBS="-lc" ${makejobs}
}
do_install() {
make PREFIX=/usr DESTDIR=$DESTDIR install
vinstall LICENSE 644 usr/share/licenses/sic