Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / wpa_supplicant
Commits: a419dd38 by kamiccolo at 2024-01-26T20:26:27+02:00 Fix license and add appropriate file due to BSD-3-Clause - - - - - 59666ed6 by kamiccolo at 2024-01-26T20:37:34+02:00 Wrong README file used for the license - - - - - dd4e6842 by Morten Linderud at 2024-02-06T20:15:33+01:00 Merge remote-tracking branch 'origin/merge-requests/1' * origin/merge-requests/1: Wrong README file used for the license Fix license and add appropriate file due to BSD-3-Clause - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -10,7 +10,7 @@ epoch=2 pkgdesc='A utility providing key negotiation for WPA wireless networks' url='https://w1.fi/wpa_supplicant/' arch=(x86_64) -license=(GPL) +license=(BSD-3-Clause) depends=(openssl libdbus readline libnl pcsclite) install=wpa_supplicant.install source=( @@ -101,7 +101,11 @@ build() { } package() { - cd $pkgname-$pkgver/$pkgname + cd $pkgname-$pkgver + + install -Dm644 README "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + + cd $pkgname make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$pkgdir" install View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wpa_supplicant/-/compare/febcbd32d555463172ccfa290c598132becab271...dd4e68421a9debb6d25530d28e7616b14bd6db4b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wpa_supplicant/-/compare/febcbd32d555463172ccfa290c598132becab271...dd4e68421a9debb6d25530d28e7616b14bd6db4b You're receiving this email because of your account on gitlab.archlinux.org.
