aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-26 22:57:49 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-26 23:33:41 -0300
commit01b7945ebe0987af1314b50f250e3e1902883a46 (patch)
tree11577b141d810b1b342b33dc05bdf3b6143ff9a1
parent265ea07b37c453da660d897deebb8d21bf0fb074 (diff)
community/libdc1394: modernize
-rw-r--r--community/libdc1394/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/libdc1394/APKBUILD b/community/libdc1394/APKBUILD
index effd28ca4da..c5db533254d 100644
--- a/community/libdc1394/APKBUILD
+++ b/community/libdc1394/APKBUILD
@@ -14,10 +14,8 @@ makedepends="$depends_dev linux-headers"
subpackages="$pkgname-dev $pkgname-doc"
source="https://downloads.sourceforge.net/project/libdc1394/libdc1394-2/$pkgver/libdc1394-$pkgver.tar.gz"
-builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -30,7 +28,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}