oh well
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
61e6c6a1ac
commit
052c2fb074
4
PKGBUILD
4
PKGBUILD
|
@ -12,14 +12,14 @@ makedepends=( 'automake' )
|
|||
source=("http://ftp.de.debian.org/debian/pool/main/p/posh/posh_${pkgver}.tar.xz")
|
||||
|
||||
build() {
|
||||
cd "$pkgname"
|
||||
cd "$pkgname-$pkgver"
|
||||
autoreconf -fi
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname"
|
||||
cd "$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user