aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libraw1394/APKBUILD (renamed from testing/libraw1394/APKBUILD)6
1 files changed, 1 insertions, 5 deletions
diff --git a/testing/libraw1394/APKBUILD b/main/libraw1394/APKBUILD
index 8ef66f6dcf..1ead4abc5a 100644
--- a/testing/libraw1394/APKBUILD
+++ b/main/libraw1394/APKBUILD
@@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="Library to provide access to Linux 1394 subsystem"
url="http://sourceforge.net/projects/libraw1394"
arch="all"
-license="GPL"
+license="LGPL"
depends=
depends_dev=
makedepends=""
@@ -33,10 +33,6 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install
-
- # remove the 2 lines below (and this) if there is no init.d script
- # install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
- # install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname
}
md5sums="1db64231c78540c32859b591cb8b40cf libraw1394-2.0.5.tar.gz"