aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-03-08 18:51:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-03-09 11:49:45 +0000
commitd5f85af2db88b05ed7788296b9c7358b05b8d0dc (patch)
tree8365e52a3b5fc736ae44280064a7983c2222824c
parenta8123f02490a781c48183875ba84fb4b080cb0dd (diff)
downloadaports-d5f85af2db88b05ed7788296b9c7358b05b8d0dc.tar.bz2
aports-d5f85af2db88b05ed7788296b9c7358b05b8d0dc.tar.xz
main/libraw1394: moved from testing
-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"