mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Started shifting to a GNU userspace
This commit is contained in:
23
sources/dash/dash.spec
Normal file
23
sources/dash/dash.spec
Normal file
@@ -0,0 +1,23 @@
|
||||
# Maintainer: Alexander Hill <ahill@breadpudding.dev>
|
||||
SRC_FILENAME="dash-0.5.12-12.tar.gz"
|
||||
SRC_HASH="845fd61702ae5e53e09664faa450da82805958924b109b8c5b4777bd8551af00"
|
||||
SRC_NAME="dash"
|
||||
SRC_URL="https://salsa.debian.org/debian/dash/-/archive/debian/0.5.12-12/dash-debian-0.5.12-12.tar.gz"
|
||||
SRC_VERSION="0.5.12-12"
|
||||
|
||||
build() {
|
||||
tar xf ../$SRC_FILENAME
|
||||
cd dash-*/
|
||||
./configure $TT_AUTOCONF_COMMON
|
||||
make -j $TT_PROCS
|
||||
}
|
||||
|
||||
clean() {
|
||||
rm -rf dash-*/
|
||||
}
|
||||
|
||||
package() {
|
||||
cd dash-*/
|
||||
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
|
||||
ln -s dash $TT_INSTALLDIR/bin/sh
|
||||
}
|
||||
Reference in New Issue
Block a user